#873F32

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

Shades of Prairie Sand #873F32

Tints of Prairie Sand #873F32

Color information

#873F32 (or 0x873F32) is unknown color: approx Prairie Sand. HEX triplet: 87, 3F and 32. RGB value is (135,63,50). Sum of RGB (Red+Green+Blue) = 135+63+50=248 (32% of max value = 765). Red value is 135 (53.12% from 255 or 54.44% from 248); Green value is 63 (25% from 255 or 25.40% from 248); Blue value is 50 (19.92% from 255 or 20.16% from 248); Max value from RGB is 135 - color contains mainly: red. Hex color #873F32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873F32 is #78C0CD. Grayscale: #535353. Windows color (decimal): -7913678 or 3293063. OLE color: 3293063.

HSL color Cylindrical-coordinate representation of color #873F32: hue angle of 9.18º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #873F32 is Cyan = 0, Magento = 0.53, Yellow = 0.63 and Black (K on CMYK) = 0.47.

Color convert

RGB1356350-
CMYK00.530.630.47
HSL9.18º45.95%36.27%-
HSV(B)9.18º62.96%52.94%-
XYZ12.348.944.09-
YUV83.05109.35165.06-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 54.44%
GREEN value IS 63 (25% from 255) = 25.40%
BLUE value IS 50 (19.92% from 255) = 20.16%
R=54.44%
G=25.40%
B=20.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.63
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135635000.530.630.479.1845.9536.27
Hex873F320353F2F92e24
Octal20777620657757115644
Binary1000011111111111001001101011111111011111001101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873F32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,63,50); }

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

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

 a { background-color: rgb(135,63,50); }

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

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

 span { border-color: rgb(135,63,50); }

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