#8C560F

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

Shades of Golden Brown #8C560F

Tints of Golden Brown #8C560F

Color information

#8C560F (or 0x8C560F) is unknown color: approx Golden Brown. HEX triplet: 8C, 56 and 0F. RGB value is (140,86,15). Sum of RGB (Red+Green+Blue) = 140+86+15=241 (31% of max value = 765). Red value is 140 (55.08% from 255 or 58.09% from 241); Green value is 86 (33.98% from 255 or 35.68% from 241); Blue value is 15 (6.25% from 255 or 6.22% from 241); Max value from RGB is 140 - color contains mainly: red. Hex color #8C560F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C560F is #73A9F0. Grayscale: #5E5E5E. Windows color (decimal): -7580145 or 1005196. OLE color: 1005196.

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

Color convert

RGB1408615-
CMYK00.390.890.45
HSL34.08º80.65%30.39%-
HSV(B)34.08º89.29%54.9%-
XYZ14.2312.272.07-
YUV94.0583.39160.77-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 58.09%
GREEN value IS 86 (33.98% from 255) = 35.68%
BLUE value IS 15 (6.25% from 255) = 6.22%
R=58.09%
G=35.68%
B=6.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.89
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140861500.390.890.4534.0880.6530.39
Hex8C56F027592D22511e
Octal21412617047131554212136
Binary100011001010110111101001111011001101101100010101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C560F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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