#874036

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

Shades of Prairie Sand #874036

Tints of Prairie Sand #874036

Color information

#874036 (or 0x874036) is unknown color: approx Prairie Sand. HEX triplet: 87, 40 and 36. RGB value is (135,64,54). Sum of RGB (Red+Green+Blue) = 135+64+54=253 (33% of max value = 765). Red value is 135 (53.12% from 255 or 53.36% from 253); Green value is 64 (25.39% from 255 or 25.30% from 253); Blue value is 54 (21.48% from 255 or 21.34% from 253); Max value from RGB is 135 - color contains mainly: red. Hex color #874036 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874036 is #78BFC9. Grayscale: #545454. Windows color (decimal): -7913418 or 3555463. OLE color: 3555463.

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

Color convert

RGB1356454-
CMYK00.530.600.47
HSL7.41º42.86%37.06%-
HSV(B)7.41º60%52.94%-
XYZ12.499.084.59-
YUV84.09111.02164.31-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 53.36%
GREEN value IS 64 (25.39% from 255) = 25.30%
BLUE value IS 54 (21.48% from 255) = 21.34%
R=53.36%
G=25.30%
B=21.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.60
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135645400.530.600.477.4142.8637.06
Hex8740360353C2F72b25
Octal20710066065745775345
Binary1000011110000001101100110101111100101111111101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874036; }

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

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

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

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

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

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

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

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