Html Css Color HEX #8E3E38 Prairie Sand

📋 copy color: '#8E3E38'

red 142 ◦ green 62 ◦ blue 56

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

Shades of Prairie Sand #8E3E38

Tints of Prairie Sand #8E3E38

RGB

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

 GREEN value IS 62 (24.61% from 255) = 23.85%

 BLUE value IS 56 (22.27% from 255) = 21.54%

R = 54.62%
G = 23.85%
B = 21.54%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.61

 K value IS 0.44

RGB Variations

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

Color information

#8E3E38 (or 0x8E3E38) is known color: Prairie Sand. HEX triplet: 8E, 3E and 38. RGB value is (142,62,56). Sum of RGB (Red+Green+Blue) = 142+62+56=260 (34% of max value = 765). Red value is 142 (55.86% from 255 or 54.62% from 260); Green value is 62 (24.61% from 255 or 23.85% from 260); Blue value is 56 (22.27% from 255 or 21.54% from 260); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3E38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E3E38 is #71C1C7. Grayscale: #555555. Windows color (decimal): -7455176 or 3686030. OLE color: 3686030.

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

Color convert

RGB 142 62 56 -
CMYK 0 0.56 0.61 0.44
HSL 4.19º 0.43% 0.39% -
HSV(B) 4.19º 0.61% 0.56% -
XYZ 13.59 9.48 4.86 -
YUV 85.24 111.5 168.49 -
System Red Green Blue C M Y K H S L
Decimal 142 62 56 0 0.56 0.61 0.44 4.19 0.43 0.39
Hex 8E 3E 38 0 38 3D 2C 4 2B 27
Octal 216 76 70 0 70 75 54 4 53 47
Binary 10001110 111110 111000 0 111000 111101 101100 100 101011 100111

Color Harmonies of #8E3E38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E3E38

Black with #8E3E38

Text Example


Text Example

White with #8E3E38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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