#874239

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

Shades of Prairie Sand #874239

Tints of Prairie Sand #874239

Color information

#874239 (or 0x874239) is unknown color: approx Prairie Sand. HEX triplet: 87, 42 and 39. RGB value is (135,66,57). Sum of RGB (Red+Green+Blue) = 135+66+57=258 (34% of max value = 765). Red value is 135 (53.12% from 255 or 52.33% from 258); Green value is 66 (26.17% from 255 or 25.58% from 258); Blue value is 57 (22.66% from 255 or 22.09% from 258); Max value from RGB is 135 - color contains mainly: red. Hex color #874239 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874239 is #78BDC6. Grayscale: #555555. Windows color (decimal): -7912903 or 3752583. OLE color: 3752583.

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

Color convert

RGB1356657-
CMYK00.510.580.47
HSL6.92º40.63%37.65%-
HSV(B)6.92º57.78%52.94%-
XYZ12.689.345.01-
YUV85.6111.86163.23-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 52.33%
GREEN value IS 66 (26.17% from 255) = 25.58%
BLUE value IS 57 (22.66% from 255) = 22.09%
R=52.33%
G=25.58%
B=22.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.58
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135665700.510.580.476.9240.6337.65
Hex8742390333A2F72926
Octal20710271063725775146
Binary1000011110000101110010110011111010101111111101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874239; }

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

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

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

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

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

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

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

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