Html Css Color HEX #8E5A11 Golden Brown

📋 copy color: '#8E5A11'

red 142 ◦ green 90 ◦ blue 17

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

Shades of Golden Brown #8E5A11

Tints of Golden Brown #8E5A11

RGB

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

 GREEN value IS 90 (35.55% from 255) = 36.14%

 BLUE value IS 17 (7.03% from 255) = 6.83%

R = 57.03%
G = 36.14%
B = 6.83%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.88

 K value IS 0.44

RGB Variations

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

Color information

#8E5A11 (or 0x8E5A11) is known color: Golden Brown. HEX triplet: 8E, 5A and 11. RGB value is (142,90,17). Sum of RGB (Red+Green+Blue) = 142+90+17=249 (32% of max value = 765). Red value is 142 (55.86% from 255 or 57.03% from 249); Green value is 90 (35.55% from 255 or 36.14% from 249); Blue value is 17 (7.03% from 255 or 6.83% from 249); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5A11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E5A11 is #71A5EE. Grayscale: #616161. Windows color (decimal): -7448047 or 1137294. OLE color: 1137294.

HSL color Cylindrical-coordinate representation of color #8E5A11: hue angle of 35.04º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8E5A11 is Cyan = 0, Magento = 0.37, Yellow = 0.88 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 90 17 -
CMYK 0 0.37 0.88 0.44
HSL 35.04º 0.79% 0.31% -
HSV(B) 35.04º 0.88% 0.56% -
XYZ 14.91 13.1 2.27 -
YUV 97.23 82.73 159.94 -
System Red Green Blue C M Y K H S L
Decimal 142 90 17 0 0.37 0.88 0.44 35.04 0.79 0.31
Hex 8E 5A 11 0 25 58 2C 23 4F 1F
Octal 216 132 21 0 45 130 54 43 117 37
Binary 10001110 1011010 10001 0 100101 1011000 101100 100011 1001111 11111

Color Harmonies of #8E5A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E5A11

Black with #8E5A11

Text Example


Text Example

White with #8E5A11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,90,17); }

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

background-color css

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

 a { background-color: rgb(142,90,17); }

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

border-color css

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

 span { border-color: rgb(142,90,17); }

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