Html Css Color HEX #8E7005 Golden Brown

📋 copy color: '#8E7005'

red 142 ◦ green 112 ◦ blue 5

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

Shades of Golden Brown #8E7005

Tints of Golden Brown #8E7005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.93%

R = 54.83%
G = 43.24%
B = 1.93%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.96

 K value IS 0.44

RGB Variations

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

Color information

#8E7005 (or 0x8E7005) is known color: Golden Brown. HEX triplet: 8E, 70 and 05. RGB value is (142,112,5). Sum of RGB (Red+Green+Blue) = 142+112+5=259 (34% of max value = 765). Red value is 142 (55.86% from 255 or 54.83% from 259); Green value is 112 (44.14% from 255 or 43.24% from 259); Blue value is 5 (2.34% from 255 or 1.93% from 259); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7005 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E7005 is #718FFA. Grayscale: #6D6D6D. Windows color (decimal): -7442427 or 356494. OLE color: 356494.

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

Color convert

RGB 142 112 5 -
CMYK 0 0.21 0.96 0.44
HSL 46.86º 0.93% 0.29% -
HSV(B) 46.86º 0.96% 0.56% -
XYZ 16.98 17.35 2.6 -
YUV 108.77 69.44 151.7 -
System Red Green Blue C M Y K H S L
Decimal 142 112 5 0 0.21 0.96 0.44 46.86 0.93 0.29
Hex 8E 70 5 0 15 60 2C 2F 5D 1D
Octal 216 160 5 0 25 140 54 57 135 35
Binary 10001110 1110000 101 0 10101 1100000 101100 101111 1011101 11101

Color Harmonies of #8E7005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E7005

Black with #8E7005

Text Example


Text Example

White with #8E7005

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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