#873C2C

Color #873C2C Prairie Sand (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Prairie Sand #873C2C

Tints of Prairie Sand #873C2C

Color information

#873C2C (or 0x873C2C) is unknown color: approx Prairie Sand. HEX triplet: 87, 3C and 2C. RGB value is (135,60,44). Sum of RGB (Red+Green+Blue) = 135+60+44=239 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.49% from 239); Green value is 60 (23.83% from 255 or 25.10% from 239); Blue value is 44 (17.58% from 255 or 18.41% from 239); Max value from RGB is 135 - color contains mainly: red. Hex color #873C2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873C2C is #78C3D3. Grayscale: #505050. Windows color (decimal): -7914452 or 2899079. OLE color: 2899079.

HSL color Cylindrical-coordinate representation of color #873C2C: hue angle of 10.55º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #873C2C is Cyan = 0, Magento = 0.56, Yellow = 0.67 and Black (K on CMYK) = 0.47.

Color convert

RGB1356044-
CMYK00.560.670.47
HSL10.55º50.84%35.1%-
HSV(B)10.55º67.41%52.94%-
XYZ12.068.563.4-
YUV80.6107.35166.8-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 135 (53.12% from 255) = 56.49%
GREEN value IS 60 (23.83% from 255) = 25.10%
BLUE value IS 44 (17.58% from 255) = 18.41%
R=56.49%
G=25.10%
B=18.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.67
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135604400.560.670.4710.5550.8435.1
Hex873C2C038432Fb3323
Octal207745407010357136343
Binary10000111111100101100011100010000111011111011110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873C2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #873C2C; }

 p { color: rgb(135,60,44); }

 H1.HeaderClassName
 {
   color: #873C2C;
 }
 .AnyTagClassName
 {
   color: #873C2C;
 }
</style>
background-color css

<style>
 a { background-color: #873C2C; }

 a { background-color: rgb(135,60,44); }

 div.DivClassName
 {
   background-color: #873C2C;
 }
 .BgClassName
 {
   background-color: #873C2C;
 }
</style>
border-color css

<style>
 span { border-color: #873C2C; }

 span { border-color: rgb(135,60,44); }

 td.TdClassName
 {
   border-color: #873C2C;
 }
 .TagClassName
 {
   border-color: #873C2C;
 }
</style>