#874237

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

Shades of Prairie Sand #874237

Tints of Prairie Sand #874237

Color information

#874237 (or 0x874237) is unknown color: approx Prairie Sand. HEX triplet: 87, 42 and 37. RGB value is (135,66,55). Sum of RGB (Red+Green+Blue) = 135+66+55=256 (33% of max value = 765). Red value is 135 (53.12% from 255 or 52.73% from 256); Green value is 66 (26.17% from 255 or 25.78% from 256); Blue value is 55 (21.88% from 255 or 21.48% from 256); Max value from RGB is 135 - color contains mainly: red. Hex color #874237 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874237 is #78BDC8. Grayscale: #555555. Windows color (decimal): -7912905 or 3621511. OLE color: 3621511.

HSL color Cylindrical-coordinate representation of color #874237: hue angle of 8.25º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #874237 is Cyan = 0, Magento = 0.51, Yellow = 0.59 and Black (K on CMYK) = 0.47.

Color convert

RGB1356655-
CMYK00.510.590.47
HSL8.25º42.11%37.25%-
HSV(B)8.25º59.26%52.94%-
XYZ12.639.324.75-
YUV85.38110.86163.39-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 52.73%
GREEN value IS 66 (26.17% from 255) = 25.78%
BLUE value IS 55 (21.88% from 255) = 21.48%
R=52.73%
G=25.78%
B=21.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.59
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135665500.510.590.478.2542.1137.25
Hex8742370333B2F82a25
Octal207102670637357105245
Binary10000111100001011011101100111110111011111000101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874237; }

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

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

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

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

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

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

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

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