#8B5601

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

Shades of Golden Brown #8B5601

Tints of Golden Brown #8B5601

Color information

#8B5601 (or 0x8B5601) is unknown color: approx Golden Brown. HEX triplet: 8B, 56 and 01. RGB value is (139,86,1). Sum of RGB (Red+Green+Blue) = 139+86+1=226 (29% of max value = 765). Red value is 139 (54.69% from 255 or 61.50% from 226); Green value is 86 (33.98% from 255 or 38.05% from 226); Blue value is 1 (0.78% from 255 or 0.44% from 226); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5601 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B5601 is #74A9FE. Grayscale: #5C5C5C. Windows color (decimal): -7645695 or 87691. OLE color: 87691.

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

Color convert

RGB139861-
CMYK00.380.990.45
HSL36.96º98.57%27.45%-
HSV(B)36.96º99.28%54.51%-
XYZ13.9812.151.64-
YUV92.1676.56161.41-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 61.50%
GREEN value IS 86 (33.98% from 255) = 38.05%
BLUE value IS 1 (0.78% from 255) = 0.44%
R=61.50%
G=38.05%
B=0.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.99
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13986100.380.990.4536.9698.5727.45
Hex8B561026632D25631b
Octal2131261046143554514333
Binary100010111010110101001101100011101101100101110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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