#8E3E39

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

Shades of Prairie Sand #8E3E39

Tints of Prairie Sand #8E3E39

Color information

#8E3E39 (or 0x8E3E39) is unknown color: approx Prairie Sand. HEX triplet: 8E, 3E and 39. RGB value is (142,62,57). Sum of RGB (Red+Green+Blue) = 142+62+57=261 (34% of max value = 765). Red value is 142 (55.86% from 255 or 54.41% from 261); Green value is 62 (24.61% from 255 or 23.75% from 261); Blue value is 57 (22.66% from 255 or 21.84% from 261); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3E39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E3E39 is #71C1C6. Grayscale: #555555. Windows color (decimal): -7455175 or 3751566. OLE color: 3751566.

HSL color Cylindrical-coordinate representation of color #8E3E39: hue angle of 3.53º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8E3E39 is Cyan = 0, Magento = 0.56, Yellow = 0.60 and Black (K on CMYK) = 0.44.

Color convert

RGB1426257-
CMYK00.560.600.44
HSL3.53º42.71%39.02%-
HSV(B)3.53º59.86%55.69%-
XYZ13.629.494.99-
YUV85.35112168.41-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 54.41%
GREEN value IS 62 (24.61% from 255) = 23.75%
BLUE value IS 57 (22.66% from 255) = 21.84%
R=54.41%
G=23.75%
B=21.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.60
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142625700.560.600.443.5342.7139.02
Hex8E3E390383C2C42b27
Octal2167671070745445347
Binary100011101111101110010111000111100101100100101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E3E39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,62,57); }

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

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

 a { background-color: rgb(142,62,57); }

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

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

 span { border-color: rgb(142,62,57); }

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