Html Css Color HEX #8E720B Golden Brown

📋 copy color: '#8E720B'

red 142 ◦ green 114 ◦ blue 11

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

Shades of Golden Brown #8E720B

Tints of Golden Brown #8E720B

RGB

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

 GREEN value IS 114 (44.92% from 255) = 42.7%

 BLUE value IS 11 (4.69% from 255) = 4.12%

R = 53.18%
G = 42.7%
B = 4.12%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.92

 K value IS 0.44

RGB Variations

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

Color information

#8E720B (or 0x8E720B) is known color: Golden Brown. HEX triplet: 8E, 72 and 0B. RGB value is (142,114,11). Sum of RGB (Red+Green+Blue) = 142+114+11=267 (35% of max value = 765). Red value is 142 (55.86% from 255 or 53.18% from 267); Green value is 114 (44.92% from 255 or 42.70% from 267); Blue value is 11 (4.69% from 255 or 4.12% from 267); Max value from RGB is 142 - color contains mainly: red. Hex color #8E720B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E720B is #718DF4. Grayscale: #6F6F6F. Windows color (decimal): -7441909 or 750222. OLE color: 750222.

HSL color Cylindrical-coordinate representation of color #8E720B: hue angle of 47.18º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8E720B is Cyan = 0, Magento = 0.20, Yellow = 0.92 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 114 11 -
CMYK 0 0.20 0.92 0.44
HSL 47.18º 0.86% 0.3% -
HSV(B) 47.18º 0.92% 0.56% -
XYZ 17.23 17.81 2.85 -
YUV 110.63 71.78 150.38 -
System Red Green Blue C M Y K H S L
Decimal 142 114 11 0 0.20 0.92 0.44 47.18 0.86 0.3
Hex 8E 72 B 0 14 5C 2C 2F 56 1E
Octal 216 162 13 0 24 134 54 57 126 36
Binary 10001110 1110010 1011 0 10100 1011100 101100 101111 1010110 11110

Color Harmonies of #8E720B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E720B

Black with #8E720B

Text Example


Text Example

White with #8E720B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,114,11); }

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

background-color css

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

 a { background-color: rgb(142,114,11); }

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

border-color css

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

 span { border-color: rgb(142,114,11); }

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