Html Css Color HEX #8E560C Golden Brown

📋 copy color: '#8E560C'

red 142 ◦ green 86 ◦ blue 12

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

Shades of Golden Brown #8E560C

Tints of Golden Brown #8E560C

RGB

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

 GREEN value IS 86 (33.98% from 255) = 35.83%

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

R = 59.17%
G = 35.83%
B = 5%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.92

 K value IS 0.44

RGB Variations

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

Color information

#8E560C (or 0x8E560C) is known color: Golden Brown. HEX triplet: 8E, 56 and 0C. RGB value is (142,86,12). Sum of RGB (Red+Green+Blue) = 142+86+12=240 (31% of max value = 765). Red value is 142 (55.86% from 255 or 59.17% from 240); Green value is 86 (33.98% from 255 or 35.83% from 240); Blue value is 12 (5.08% from 255 or 5% from 240); Max value from RGB is 142 - color contains mainly: red. Hex color #8E560C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E560C is #71A9F3. Grayscale: #5E5E5E. Windows color (decimal): -7449076 or 808590. OLE color: 808590.

HSL color Cylindrical-coordinate representation of color #8E560C: hue angle of 34.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 #8E560C is Cyan = 0, Magento = 0.39, Yellow = 0.92 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 86 12 -
CMYK 0 0.39 0.92 0.44
HSL 34.15º 0.84% 0.3% -
HSV(B) 34.15º 0.92% 0.56% -
XYZ 14.55 12.43 1.98 -
YUV 94.31 81.55 162.02 -
System Red Green Blue C M Y K H S L
Decimal 142 86 12 0 0.39 0.92 0.44 34.15 0.84 0.3
Hex 8E 56 C 0 27 5C 2C 22 54 1E
Octal 216 126 14 0 47 134 54 42 124 36
Binary 10001110 1010110 1100 0 100111 1011100 101100 100010 1010100 11110

Color Harmonies of #8E560C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E560C

Black with #8E560C

Text Example


Text Example

White with #8E560C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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