#8B5706

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

Shades of Golden Brown #8B5706

Tints of Golden Brown #8B5706

Color information

#8B5706 (or 0x8B5706) is unknown color: approx Golden Brown. HEX triplet: 8B, 57 and 06. RGB value is (139,87,6). Sum of RGB (Red+Green+Blue) = 139+87+6=232 (30% of max value = 765). Red value is 139 (54.69% from 255 or 59.91% from 232); Green value is 87 (34.38% from 255 or 37.5% from 232); Blue value is 6 (2.73% from 255 or 2.59% from 232); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5706 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B5706 is #74A8F9. Grayscale: #5D5D5D. Windows color (decimal): -7645434 or 415627. OLE color: 415627.

HSL color Cylindrical-coordinate representation of color #8B5706: hue angle of 36.54º 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 #8B5706 is Cyan = 0, Magento = 0.37, Yellow = 0.96 and Black (K on CMYK) = 0.45.

Color convert

RGB139876-
CMYK00.370.960.45
HSL36.54º91.72%28.43%-
HSV(B)36.54º95.68%54.51%-
XYZ14.0912.321.81-
YUV93.3178.73160.59-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 59.91%
GREEN value IS 87 (34.38% from 255) = 37.5%
BLUE value IS 6 (2.73% from 255) = 2.59%
R=59.91%
G=37.5%
B=2.59%

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
Decimal13987600.370.960.4536.5491.7228.43
Hex8B576025602D255c1c
Octal2131276045140554513434
Binary10001011101011111001001011100000101101100101101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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