Html Css Color HEX #8E700C Golden Brown

📋 copy color: '#8E700C'

red 142 ◦ green 112 ◦ blue 12

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

Shades of Golden Brown #8E700C

Tints of Golden Brown #8E700C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.51%

R = 53.38%
G = 42.11%
B = 4.51%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.92

 K value IS 0.44

RGB Variations

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

Color information

#8E700C (or 0x8E700C) is known color: Golden Brown. HEX triplet: 8E, 70 and 0C. RGB value is (142,112,12). Sum of RGB (Red+Green+Blue) = 142+112+12=266 (35% of max value = 765). Red value is 142 (55.86% from 255 or 53.38% from 266); Green value is 112 (44.14% from 255 or 42.11% from 266); Blue value is 12 (5.08% from 255 or 4.51% from 266); Max value from RGB is 142 - color contains mainly: red. Hex color #8E700C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E700C is #718FF3. Grayscale: #6E6E6E. Windows color (decimal): -7442420 or 815246. OLE color: 815246.

HSL color Cylindrical-coordinate representation of color #8E700C: hue angle of 46.15º degrees, saturation: 0.84, 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 #8E700C is Cyan = 0, Magento = 0.21, Yellow = 0.92 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 112 12 -
CMYK 0 0.21 0.92 0.44
HSL 46.15º 0.84% 0.3% -
HSV(B) 46.15º 0.92% 0.56% -
XYZ 17.02 17.37 2.8 -
YUV 109.57 72.94 151.13 -
System Red Green Blue C M Y K H S L
Decimal 142 112 12 0 0.21 0.92 0.44 46.15 0.84 0.3
Hex 8E 70 C 0 15 5C 2C 2E 54 1E
Octal 216 160 14 0 25 134 54 56 124 36
Binary 10001110 1110000 1100 0 10101 1011100 101100 101110 1010100 11110

Color Harmonies of #8E700C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E700C

Black with #8E700C

Text Example


Text Example

White with #8E700C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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