Html Css Color HEX #8E4234 Prairie Sand

📋 copy color: '#8E4234'

red 142 ◦ green 66 ◦ blue 52

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

Shades of Prairie Sand #8E4234

Tints of Prairie Sand #8E4234

RGB

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

 GREEN value IS 66 (26.17% from 255) = 25.38%

 BLUE value IS 52 (20.7% from 255) = 20%

R = 54.62%
G = 25.38%
B = 20%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.63

 K value IS 0.44

RGB Variations

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

Color information

#8E4234 (or 0x8E4234) is known color: Prairie Sand. HEX triplet: 8E, 42 and 34. RGB value is (142,66,52). Sum of RGB (Red+Green+Blue) = 142+66+52=260 (34% of max value = 765). Red value is 142 (55.86% from 255 or 54.62% from 260); Green value is 66 (26.17% from 255 or 25.38% from 260); Blue value is 52 (20.70% from 255 or 20% from 260); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4234 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E4234 is #71BDCB. Grayscale: #575757. Windows color (decimal): -7454156 or 3424910. OLE color: 3424910.

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

Color convert

RGB 142 66 52 -
CMYK 0 0.54 0.63 0.44
HSL 9.33º 0.46% 0.38% -
HSV(B) 9.33º 0.63% 0.56% -
XYZ 13.72 9.9 4.44 -
YUV 87.13 108.18 167.14 -
System Red Green Blue C M Y K H S L
Decimal 142 66 52 0 0.54 0.63 0.44 9.33 0.46 0.38
Hex 8E 42 34 0 36 3F 2C 9 2E 26
Octal 216 102 64 0 66 77 54 11 56 46
Binary 10001110 1000010 110100 0 110110 111111 101100 1001 101110 100110

Color Harmonies of #8E4234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E4234

Black with #8E4234

Text Example


Text Example

White with #8E4234

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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