Html Css Color HEX #8E7010 Golden Brown

📋 copy color: '#8E7010'

red 142 ◦ green 112 ◦ blue 16

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

Shades of Golden Brown #8E7010

Tints of Golden Brown #8E7010

RGB

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

 GREEN value IS 112 (44.14% from 255) = 41.48%

 BLUE value IS 16 (6.64% from 255) = 5.93%

R = 52.59%
G = 41.48%
B = 5.93%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.89

 K value IS 0.44

RGB Variations

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

Color information

#8E7010 (or 0x8E7010) is known color: Golden Brown. HEX triplet: 8E, 70 and 10. RGB value is (142,112,16). Sum of RGB (Red+Green+Blue) = 142+112+16=270 (35% of max value = 765). Red value is 142 (55.86% from 255 or 52.59% from 270); Green value is 112 (44.14% from 255 or 41.48% from 270); Blue value is 16 (6.64% from 255 or 5.93% from 270); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7010 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E7010 is #718FEF. Grayscale: #6E6E6E. Windows color (decimal): -7442416 or 1077390. OLE color: 1077390.

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

Color convert

RGB 142 112 16 -
CMYK 0 0.21 0.89 0.44
HSL 45.71º 0.8% 0.31% -
HSV(B) 45.71º 0.89% 0.56% -
XYZ 17.04 17.38 2.95 -
YUV 110.03 74.94 150.81 -
System Red Green Blue C M Y K H S L
Decimal 142 112 16 0 0.21 0.89 0.44 45.71 0.8 0.31
Hex 8E 70 10 0 15 59 2C 2E 50 1F
Octal 216 160 20 0 25 131 54 56 120 37
Binary 10001110 1110000 10000 0 10101 1011001 101100 101110 1010000 11111

Color Harmonies of #8E7010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E7010

Black with #8E7010

Text Example


Text Example

White with #8E7010

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,112,16); }

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

background-color css

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

 a { background-color: rgb(142,112,16); }

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

border-color css

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

 span { border-color: rgb(142,112,16); }

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