Html Css Color HEX #8E4136 Prairie Sand

📋 copy color: '#8E4136'

red 142 ◦ green 65 ◦ blue 54

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

Shades of Prairie Sand #8E4136

Tints of Prairie Sand #8E4136

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 20.69%

R = 54.41%
G = 24.9%
B = 20.69%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.62

 K value IS 0.44

RGB Variations

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

Color information

#8E4136 (or 0x8E4136) is known color: Prairie Sand. HEX triplet: 8E, 41 and 36. RGB value is (142,65,54). Sum of RGB (Red+Green+Blue) = 142+65+54=261 (34% of max value = 765). Red value is 142 (55.86% from 255 or 54.41% from 261); Green value is 65 (25.78% from 255 or 24.90% from 261); Blue value is 54 (21.48% from 255 or 20.69% from 261); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4136 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E4136 is #71BEC9. Grayscale: #565656. Windows color (decimal): -7454410 or 3555726. OLE color: 3555726.

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

Color convert

RGB 142 65 54 -
CMYK 0 0.54 0.62 0.44
HSL 7.5º 0.45% 0.38% -
HSV(B) 7.5º 0.62% 0.56% -
XYZ 13.71 9.8 4.66 -
YUV 86.77 109.51 167.39 -
System Red Green Blue C M Y K H S L
Decimal 142 65 54 0 0.54 0.62 0.44 7.5 0.45 0.38
Hex 8E 41 36 0 36 3E 2C 8 2D 26
Octal 216 101 66 0 66 76 54 10 55 46
Binary 10001110 1000001 110110 0 110110 111110 101100 1000 101101 100110

Color Harmonies of #8E4136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E4136

Black with #8E4136

Text Example


Text Example

White with #8E4136

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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