#8B560D

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

Shades of Golden Brown #8B560D

Tints of Golden Brown #8B560D

Color information

#8B560D (or 0x8B560D) is unknown color: approx Golden Brown. HEX triplet: 8B, 56 and 0D. RGB value is (139,86,13). Sum of RGB (Red+Green+Blue) = 139+86+13=238 (31% of max value = 765). Red value is 139 (54.69% from 255 or 58.40% from 238); Green value is 86 (33.98% from 255 or 36.13% from 238); Blue value is 13 (5.47% from 255 or 5.46% from 238); Max value from RGB is 139 - color contains mainly: red. Hex color #8B560D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B560D is #74A9F2. Grayscale: #5D5D5D. Windows color (decimal): -7645683 or 874123. OLE color: 874123.

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

Color convert

RGB1398613-
CMYK00.380.910.45
HSL34.76º82.89%29.8%-
HSV(B)34.76º90.65%54.51%-
XYZ14.0512.171.99-
YUV93.5282.56160.44-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 58.40%
GREEN value IS 86 (33.98% from 255) = 36.13%
BLUE value IS 13 (5.47% from 255) = 5.46%
R=58.40%
G=36.13%
B=5.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.91
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139861300.380.910.4534.7682.8929.8
Hex8B56D0265B2D23531e
Octal21312615046133554312336
Binary100010111010110110101001101011011101101100011101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B560D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,86,13); }

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

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

 a { background-color: rgb(139,86,13); }

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

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

 span { border-color: rgb(139,86,13); }

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