Html Css Color HEX #8E5F0C Golden Brown

📋 copy color: '#8E5F0C'

red 142 ◦ green 95 ◦ blue 12

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

Shades of Golden Brown #8E5F0C

Tints of Golden Brown #8E5F0C

RGB

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

 GREEN value IS 95 (37.5% from 255) = 38.15%

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

R = 57.03%
G = 38.15%
B = 4.82%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.92

 K value IS 0.44

RGB Variations

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

Color information

#8E5F0C (or 0x8E5F0C) is known color: Golden Brown. HEX triplet: 8E, 5F and 0C. RGB value is (142,95,12). Sum of RGB (Red+Green+Blue) = 142+95+12=249 (32% of max value = 765). Red value is 142 (55.86% from 255 or 57.03% from 249); Green value is 95 (37.5% from 255 or 38.15% from 249); Blue value is 12 (5.08% from 255 or 4.82% from 249); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5F0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E5F0C is #71A0F3. Grayscale: #636363. Windows color (decimal): -7446772 or 810894. OLE color: 810894.

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

Color convert

RGB 142 95 12 -
CMYK 0 0.33 0.92 0.44
HSL 38.31º 0.84% 0.3% -
HSV(B) 38.31º 0.92% 0.56% -
XYZ 15.31 13.96 2.24 -
YUV 99.59 78.57 158.25 -
System Red Green Blue C M Y K H S L
Decimal 142 95 12 0 0.33 0.92 0.44 38.31 0.84 0.3
Hex 8E 5F C 0 21 5C 2C 26 54 1E
Octal 216 137 14 0 41 134 54 46 124 36
Binary 10001110 1011111 1100 0 100001 1011100 101100 100110 1010100 11110

Color Harmonies of #8E5F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E5F0C

Black with #8E5F0C

Text Example


Text Example

White with #8E5F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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