Shades of Golden Brown #8B5B05
Tints of Golden Brown #8B5B05
RGB
CMYK
RGB Variations
Color information
#8B5B05 (or 0x8B5B05) is known color: Golden Brown. HEX triplet: 8B, 5B and 05. RGB value is (139,91,5). Sum of RGB (Red+Green+Blue) = 139+91+5=235 (31% of max value = 765). Red value is 139 (54.69% from 255 or 59.15% from 235); Green value is 91 (35.94% from 255 or 38.72% from 235); Blue value is 5 (2.34% from 255 or 2.13% from 235); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5B05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B5B05 is #74A4FA. Grayscale: #5F5F5F. Windows color (decimal): -7644411 or 351115. OLE color: 351115.
HSL color Cylindrical-coordinate representation of color #8B5B05: hue angle of 38.51º degrees, saturation: 0.93, 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 #8B5B05 is Cyan = 0, Magento = 0.35, Yellow = 0.96 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 91 | 5 | - |
| CMYK | 0 | 0.35 | 0.96 | 0.45 |
| HSL | 38.51º | 0.93% | 0.28% | - |
| HSV(B) | 38.51º | 0.96% | 0.55% | - |
| XYZ | 14.42 | 12.98 | 1.89 | - |
| YUV | 95.55 | 76.9 | 158.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 91 | 5 | 0 | 0.35 | 0.96 | 0.45 | 38.51 | 0.93 | 0.28 |
| Hex | 8B | 5B | 5 | 0 | 23 | 60 | 2D | 27 | 5D | 1C |
| Octal | 213 | 133 | 5 | 0 | 43 | 140 | 55 | 47 | 135 | 34 |
| Binary | 10001011 | 1011011 | 101 | 0 | 100011 | 1100000 | 101101 | 100111 | 1011101 | 11100 |
Color Harmonies of #8B5B05
Complementary color
Monochromatic Colors of #8B5B05
Black with #8B5B05
Text Example
Text Example
White with #8B5B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5B05; }
p { color: rgb(139,91,5); }
H1.HeaderClassName
{
color: #8B5B05;
}
.AnyTagClassName
{
color: #8B5B05;
}
</style>
background-color css
<style>
a { background-color: #8B5B05; }
a { background-color: rgb(139,91,5); }
div.DivClassName
{
background-color: #8B5B05;
}
.BgClassName
{
background-color: #8B5B05;
}
</style>
border-color css
<style>
span { border-color: #8B5B05; }
span { border-color: rgb(139,91,5); }
td.TdClassName
{
border-color: #8B5B05;
}
.TagClassName
{
border-color: #8B5B05;
}
</style>