#8E4334

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

Shades of Prairie Sand #8E4334

Tints of Prairie Sand #8E4334

Color information

#8E4334 (or 0x8E4334) is unknown color: approx Prairie Sand. HEX triplet: 8E, 43 and 34. RGB value is (142,67,52). Sum of RGB (Red+Green+Blue) = 142+67+52=261 (34% of max value = 765). Red value is 142 (55.86% from 255 or 54.41% from 261); Green value is 67 (26.56% from 255 or 25.67% from 261); Blue value is 52 (20.70% from 255 or 19.92% from 261); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4334 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E4334 is #71BCCB. Grayscale: #575757. Windows color (decimal): -7453900 or 3425166. OLE color: 3425166.

HSL color Cylindrical-coordinate representation of color #8E4334: hue angle of 10º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8E4334 is Cyan = 0, Magento = 0.53, Yellow = 0.63 and Black (K on CMYK) = 0.44.

Color convert

RGB1426752-
CMYK00.530.630.44
HSL10º46.39%38.04%-
HSV(B)10º63.38%55.69%-
XYZ13.7810.014.46-
YUV87.72107.85166.72-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 54.41%
GREEN value IS 67 (26.56% from 255) = 25.67%
BLUE value IS 52 (20.70% from 255) = 19.92%
R=54.41%
G=25.67%
B=19.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.63
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142675200.530.630.441046.3938.04
Hex8E43340353F2Ca2e26
Octal216103640657754125646
Binary10001110100001111010001101011111111011001010101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E4334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8E4334; }

 p { color: rgb(142,67,52); }

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

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

 a { background-color: rgb(142,67,52); }

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

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

 span { border-color: rgb(142,67,52); }

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