#874032

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

Shades of Prairie Sand #874032

Tints of Prairie Sand #874032

Color information

#874032 (or 0x874032) is unknown color: approx Prairie Sand. HEX triplet: 87, 40 and 32. RGB value is (135,64,50). Sum of RGB (Red+Green+Blue) = 135+64+50=249 (32% of max value = 765). Red value is 135 (53.12% from 255 or 54.22% from 249); Green value is 64 (25.39% from 255 or 25.70% from 249); Blue value is 50 (19.92% from 255 or 20.08% from 249); Max value from RGB is 135 - color contains mainly: red. Hex color #874032 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874032 is #78BFCD. Grayscale: #535353. Windows color (decimal): -7913422 or 3293319. OLE color: 3293319.

HSL color Cylindrical-coordinate representation of color #874032: hue angle of 9.88º 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 #874032 is Cyan = 0, Magento = 0.53, Yellow = 0.63 and Black (K on CMYK) = 0.47.

Color convert

RGB1356450-
CMYK00.530.630.47
HSL9.88º45.95%36.27%-
HSV(B)9.88º62.96%52.94%-
XYZ12.49.054.11-
YUV83.63109.02164.64-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 54.22%
GREEN value IS 64 (25.39% from 255) = 25.70%
BLUE value IS 50 (19.92% from 255) = 20.08%
R=54.22%
G=25.70%
B=20.08%

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
Decimal135645000.530.630.479.8845.9536.27
Hex8740320353F2Fa2e24
Octal207100620657757125644
Binary10000111100000011001001101011111111011111010101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874032; }

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

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

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

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

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

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

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

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