#8B5602

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

Shades of Golden Brown #8B5602

Tints of Golden Brown #8B5602

Color information

#8B5602 (or 0x8B5602) is unknown color: approx Golden Brown. HEX triplet: 8B, 56 and 02. RGB value is (139,86,2). Sum of RGB (Red+Green+Blue) = 139+86+2=227 (30% of max value = 765). Red value is 139 (54.69% from 255 or 61.23% from 227); Green value is 86 (33.98% from 255 or 37.89% from 227); Blue value is 2 (1.17% from 255 or 0.88% from 227); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5602 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B5602 is #74A9FD. Grayscale: #5C5C5C. Windows color (decimal): -7645694 or 153227. OLE color: 153227.

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

Color convert

RGB139862-
CMYK00.380.990.45
HSL36.79º97.16%27.65%-
HSV(B)36.79º98.56%54.51%-
XYZ13.9912.151.67-
YUV92.2777.06161.33-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 61.23%
GREEN value IS 86 (33.98% from 255) = 37.89%
BLUE value IS 2 (1.17% from 255) = 0.88%
R=61.23%
G=37.89%
B=0.88%

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
Decimal13986200.380.990.4536.7997.1627.65
Hex8B562026632D25611c
Octal2131262046143554514134
Binary1000101110101101001001101100011101101100101110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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