#8A560C

Color #8A560C Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #8A560C

Tints of Golden Brown #8A560C

Color information

#8A560C (or 0x8A560C) is unknown color: approx Golden Brown. HEX triplet: 8A, 56 and 0C. RGB value is (138,86,12). Sum of RGB (Red+Green+Blue) = 138+86+12=236 (31% of max value = 765). Red value is 138 (54.30% from 255 or 58.47% from 236); Green value is 86 (33.98% from 255 or 36.44% from 236); Blue value is 12 (5.08% from 255 or 5.08% from 236); Max value from RGB is 138 - color contains mainly: red. Hex color #8A560C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8A560C is #75A9F3. Grayscale: #5D5D5D. Windows color (decimal): -7711220 or 808586. OLE color: 808586.

HSL color Cylindrical-coordinate representation of color #8A560C: hue angle of 35.24º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8A560C is Cyan = 0, Magento = 0.38, Yellow = 0.91 and Black (K on CMYK) = 0.46.

Color convert

RGB1388612-
CMYK00.380.910.46
HSL35.24º84%29.41%-
HSV(B)35.24º91.3%54.12%-
XYZ13.8812.091.95-
YUV93.1182.23160.02-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 58.47%
GREEN value IS 86 (33.98% from 255) = 36.44%
BLUE value IS 12 (5.08% from 255) = 5.08%
R=58.47%
G=36.44%
B=5.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.91
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138861200.380.910.4635.248429.41
Hex8A56C0265B2E23541d
Octal21212614046133564312435
Binary100010101010110110001001101011011101110100011101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A560C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8A560C;
 }
 .AnyTagClassName
 {
   color: #8A560C;
 }
</style>
background-color css

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

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

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

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

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

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