#874232

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

Shades of Prairie Sand #874232

Tints of Prairie Sand #874232

Color information

#874232 (or 0x874232) is unknown color: approx Prairie Sand. HEX triplet: 87, 42 and 32. RGB value is (135,66,50). Sum of RGB (Red+Green+Blue) = 135+66+50=251 (33% of max value = 765). Red value is 135 (53.12% from 255 or 53.78% from 251); Green value is 66 (26.17% from 255 or 26.29% from 251); Blue value is 50 (19.92% from 255 or 19.92% from 251); Max value from RGB is 135 - color contains mainly: red. Hex color #874232 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874232 is #78BDCD. Grayscale: #545454. Windows color (decimal): -7912910 or 3293831. OLE color: 3293831.

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

Color convert

RGB1356650-
CMYK00.510.630.47
HSL11.29º45.95%36.27%-
HSV(B)11.29º62.96%52.94%-
XYZ12.529.284.15-
YUV84.81108.36163.8-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 53.78%
GREEN value IS 66 (26.17% from 255) = 26.29%
BLUE value IS 50 (19.92% from 255) = 19.92%
R=53.78%
G=26.29%
B=19.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.63
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135665000.510.630.4711.2945.9536.27
Hex8742320333F2Fb2e24
Octal207102620637757135644
Binary10000111100001011001001100111111111011111011101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874232; }

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

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

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

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

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

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

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

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