#8D560A

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

Shades of Golden Brown #8D560A

Tints of Golden Brown #8D560A

Color information

#8D560A (or 0x8D560A) is unknown color: approx Golden Brown. HEX triplet: 8D, 56 and 0A. RGB value is (141,86,10). Sum of RGB (Red+Green+Blue) = 141+86+10=237 (31% of max value = 765). Red value is 141 (55.47% from 255 or 59.49% from 237); Green value is 86 (33.98% from 255 or 36.29% from 237); Blue value is 10 (4.30% from 255 or 4.22% from 237); Max value from RGB is 141 - color contains mainly: red. Hex color #8D560A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8D560A is #72A9F5. Grayscale: #5E5E5E. Windows color (decimal): -7514614 or 677517. OLE color: 677517.

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

Color convert

RGB1418610-
CMYK00.390.930.45
HSL34.81º86.75%29.61%-
HSV(B)34.81º92.91%55.29%-
XYZ14.3712.341.91-
YUV93.7880.72161.68-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 59.49%
GREEN value IS 86 (33.98% from 255) = 36.29%
BLUE value IS 10 (4.30% from 255) = 4.22%
R=59.49%
G=36.29%
B=4.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.93
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141861000.390.930.4534.8186.7529.61
Hex8D56A0275D2D23571e
Octal21512612047135554312736
Binary100011011010110101001001111011101101101100011101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D560A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,86,10); }

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

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

 a { background-color: rgb(141,86,10); }

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

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

 span { border-color: rgb(141,86,10); }

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