#8C560E

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

Shades of Golden Brown #8C560E

Tints of Golden Brown #8C560E

Color information

#8C560E (or 0x8C560E) is unknown color: approx Golden Brown. HEX triplet: 8C, 56 and 0E. RGB value is (140,86,14). Sum of RGB (Red+Green+Blue) = 140+86+14=240 (31% of max value = 765). Red value is 140 (55.08% from 255 or 58.33% from 240); Green value is 86 (33.98% from 255 or 35.83% from 240); Blue value is 14 (5.86% from 255 or 5.83% from 240); Max value from RGB is 140 - color contains mainly: red. Hex color #8C560E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C560E is #73A9F1. Grayscale: #5E5E5E. Windows color (decimal): -7580146 or 939660. OLE color: 939660.

HSL color Cylindrical-coordinate representation of color #8C560E: hue angle of 34.29º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8C560E is Cyan = 0, Magento = 0.39, Yellow = 0.90 and Black (K on CMYK) = 0.45.

Color convert

RGB1408614-
CMYK00.390.900.45
HSL34.29º81.82%30.2%-
HSV(B)34.29º90%54.9%-
XYZ14.2212.262.03-
YUV93.9482.89160.85-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 58.33%
GREEN value IS 86 (33.98% from 255) = 35.83%
BLUE value IS 14 (5.86% from 255) = 5.83%
R=58.33%
G=35.83%
B=5.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.90
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140861400.390.900.4534.2981.8230.2
Hex8C56E0275A2D22521e
Octal21412616047132554212236
Binary100011001010110111001001111011010101101100010101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C560E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,86,14); }

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

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

 a { background-color: rgb(140,86,14); }

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

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

 span { border-color: rgb(140,86,14); }

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