#874039

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

Shades of Prairie Sand #874039

Tints of Prairie Sand #874039

Color information

#874039 (or 0x874039) is unknown color: approx Prairie Sand. HEX triplet: 87, 40 and 39. RGB value is (135,64,57). Sum of RGB (Red+Green+Blue) = 135+64+57=256 (33% of max value = 765). Red value is 135 (53.12% from 255 or 52.73% from 256); Green value is 64 (25.39% from 255 or 25% from 256); Blue value is 57 (22.66% from 255 or 22.27% from 256); Max value from RGB is 135 - color contains mainly: red. Hex color #874039 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874039 is #78BFC6. Grayscale: #545454. Windows color (decimal): -7913415 or 3752071. OLE color: 3752071.

HSL color Cylindrical-coordinate representation of color #874039: hue angle of 5.38º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #874039 is Cyan = 0, Magento = 0.53, Yellow = 0.58 and Black (K on CMYK) = 0.47.

Color convert

RGB1356457-
CMYK00.530.580.47
HSL5.38º40.63%37.65%-
HSV(B)5.38º57.78%52.94%-
XYZ12.569.114.97-
YUV84.43112.52164.07-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 52.73%
GREEN value IS 64 (25.39% from 255) = 25%
BLUE value IS 57 (22.66% from 255) = 22.27%
R=52.73%
G=25%
B=22.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.58
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135645700.530.580.475.3840.6337.65
Hex8740390353A2F52926
Octal20710071065725755146
Binary1000011110000001110010110101111010101111101101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874039; }

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

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

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

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

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

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

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

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