#8B5806

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

Shades of Golden Brown #8B5806

Tints of Golden Brown #8B5806

Color information

#8B5806 (or 0x8B5806) is unknown color: approx Golden Brown. HEX triplet: 8B, 58 and 06. RGB value is (139,88,6). Sum of RGB (Red+Green+Blue) = 139+88+6=233 (30% of max value = 765). Red value is 139 (54.69% from 255 or 59.66% from 233); Green value is 88 (34.77% from 255 or 37.77% from 233); Blue value is 6 (2.73% from 255 or 2.58% from 233); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5806 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B5806 is #74A7F9. Grayscale: #5E5E5E. Windows color (decimal): -7645178 or 415883. OLE color: 415883.

HSL color Cylindrical-coordinate representation of color #8B5806: hue angle of 36.99º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8B5806 is Cyan = 0, Magento = 0.37, Yellow = 0.96 and Black (K on CMYK) = 0.45.

Color convert

RGB139886-
CMYK00.370.960.45
HSL36.99º91.72%28.43%-
HSV(B)36.99º95.68%54.51%-
XYZ14.1712.481.83-
YUV93.978.4160.17-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 59.66%
GREEN value IS 88 (34.77% from 255) = 37.77%
BLUE value IS 6 (2.73% from 255) = 2.58%
R=59.66%
G=37.77%
B=2.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.96
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13988600.370.960.4536.9991.7228.43
Hex8B586025602D255c1c
Octal2131306045140554513434
Binary10001011101100011001001011100000101101100101101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,88,6); }

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

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

 a { background-color: rgb(139,88,6); }

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

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

 span { border-color: rgb(139,88,6); }

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