Shades of Golden Brown #8B5802
Tints of Golden Brown #8B5802
RGB
CMYK
RGB Variations
Color information
#8B5802 (or 0x8B5802) is known color: Golden Brown. HEX triplet: 8B, 58 and 02. RGB value is (139,88,2). Sum of RGB (Red+Green+Blue) = 139+88+2=229 (30% of max value = 765). Red value is 139 (54.69% from 255 or 60.70% from 229); Green value is 88 (34.77% from 255 or 38.43% from 229); Blue value is 2 (1.17% from 255 or 0.87% from 229); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5802 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B5802 is #74A7FD. Grayscale: #5D5D5D. Windows color (decimal): -7645182 or 153739. OLE color: 153739.
HSL color Cylindrical-coordinate representation of color #8B5802: hue angle of 37.66º 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 #8B5802 is Cyan = 0, Magento = 0.37, Yellow = 0.99 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 88 | 2 | - |
| CMYK | 0 | 0.37 | 0.99 | 0.45 |
| HSL | 37.66º | 0.97% | 0.28% | - |
| HSV(B) | 37.66º | 0.99% | 0.55% | - |
| XYZ | 14.15 | 12.47 | 1.72 | - |
| YUV | 93.45 | 76.4 | 160.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 88 | 2 | 0 | 0.37 | 0.99 | 0.45 | 37.66 | 0.97 | 0.28 |
| Hex | 8B | 58 | 2 | 0 | 25 | 63 | 2D | 26 | 61 | 1C |
| Octal | 213 | 130 | 2 | 0 | 45 | 143 | 55 | 46 | 141 | 34 |
| Binary | 10001011 | 1011000 | 10 | 0 | 100101 | 1100011 | 101101 | 100110 | 1100001 | 11100 |
Color Harmonies of #8B5802
Complementary color
Monochromatic Colors of #8B5802
Black with #8B5802
Text Example
Text Example
White with #8B5802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5802; }
p { color: rgb(139,88,2); }
H1.HeaderClassName
{
color: #8B5802;
}
.AnyTagClassName
{
color: #8B5802;
}
</style>
background-color css
<style>
a { background-color: #8B5802; }
a { background-color: rgb(139,88,2); }
div.DivClassName
{
background-color: #8B5802;
}
.BgClassName
{
background-color: #8B5802;
}
</style>
border-color css
<style>
span { border-color: #8B5802; }
span { border-color: rgb(139,88,2); }
td.TdClassName
{
border-color: #8B5802;
}
.TagClassName
{
border-color: #8B5802;
}
</style>