Html Css Color HEX #8E4139 Prairie Sand

📋 copy color: '#8E4139'

red 142 ◦ green 65 ◦ blue 57

#8E4139
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Prairie Sand #8E4139

Tints of Prairie Sand #8E4139

RGB

 RED value IS 142 (55.86% from 255) = 53.79%

 GREEN value IS 65 (25.78% from 255) = 24.62%

 BLUE value IS 57 (22.66% from 255) = 21.59%

R = 53.79%
G = 24.62%
B = 21.59%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.60

 K value IS 0.44

RGB Variations

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

Color information

#8E4139 (or 0x8E4139) is known color: Prairie Sand. HEX triplet: 8E, 41 and 39. RGB value is (142,65,57). Sum of RGB (Red+Green+Blue) = 142+65+57=264 (34% of max value = 765). Red value is 142 (55.86% from 255 or 53.79% from 264); Green value is 65 (25.78% from 255 or 24.62% from 264); Blue value is 57 (22.66% from 255 or 21.59% from 264); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4139 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E4139 is #71BEC6. Grayscale: #575757. Windows color (decimal): -7454407 or 3752334. OLE color: 3752334.

HSL color Cylindrical-coordinate representation of color #8E4139: hue angle of 5.65º 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 #8E4139 is Cyan = 0, Magento = 0.54, Yellow = 0.60 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 65 57 -
CMYK 0 0.54 0.60 0.44
HSL 5.65º 0.43% 0.39% -
HSV(B) 5.65º 0.6% 0.56% -
XYZ 13.78 9.83 5.04 -
YUV 87.11 111.01 167.15 -
System Red Green Blue C M Y K H S L
Decimal 142 65 57 0 0.54 0.60 0.44 5.65 0.43 0.39
Hex 8E 41 39 0 36 3C 2C 6 2B 27
Octal 216 101 71 0 66 74 54 6 53 47
Binary 10001110 1000001 111001 0 110110 111100 101100 110 101011 100111

Color Harmonies of #8E4139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E4139

Black with #8E4139

Text Example


Text Example

White with #8E4139

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8E4139;
 }
 .AnyTagClassName
 {
   color: #8E4139;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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