Shades of Golden Brown #8B5B15
Tints of Golden Brown #8B5B15
RGB
CMYK
RGB Variations
Color information
#8B5B15 (or 0x8B5B15) is known color: Golden Brown. HEX triplet: 8B, 5B and 15. RGB value is (139,91,21). Sum of RGB (Red+Green+Blue) = 139+91+21=251 (33% of max value = 765). Red value is 139 (54.69% from 255 or 55.38% from 251); Green value is 91 (35.94% from 255 or 36.25% from 251); Blue value is 21 (8.59% from 255 or 8.37% from 251); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5B15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B5B15 is #74A4EA. Grayscale: #616161. Windows color (decimal): -7644395 or 1399691. OLE color: 1399691.
HSL color Cylindrical-coordinate representation of color #8B5B15: hue angle of 35.59º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8B5B15 is Cyan = 0, Magento = 0.35, Yellow = 0.85 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 91 | 21 | - |
| CMYK | 0 | 0.35 | 0.85 | 0.45 |
| HSL | 35.59º | 0.74% | 0.31% | - |
| HSV(B) | 35.59º | 0.85% | 0.55% | - |
| XYZ | 14.52 | 13.03 | 2.46 | - |
| YUV | 97.37 | 84.9 | 157.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 91 | 21 | 0 | 0.35 | 0.85 | 0.45 | 35.59 | 0.74 | 0.31 |
| Hex | 8B | 5B | 15 | 0 | 23 | 55 | 2D | 24 | 4A | 1F |
| Octal | 213 | 133 | 25 | 0 | 43 | 125 | 55 | 44 | 112 | 37 |
| Binary | 10001011 | 1011011 | 10101 | 0 | 100011 | 1010101 | 101101 | 100100 | 1001010 | 11111 |
Color Harmonies of #8B5B15
Complementary color
Monochromatic Colors of #8B5B15
Black with #8B5B15
Text Example
Text Example
White with #8B5B15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5B15; }
p { color: rgb(139,91,21); }
H1.HeaderClassName
{
color: #8B5B15;
}
.AnyTagClassName
{
color: #8B5B15;
}
</style>
background-color css
<style>
a { background-color: #8B5B15; }
a { background-color: rgb(139,91,21); }
div.DivClassName
{
background-color: #8B5B15;
}
.BgClassName
{
background-color: #8B5B15;
}
</style>
border-color css
<style>
span { border-color: #8B5B15; }
span { border-color: rgb(139,91,21); }
td.TdClassName
{
border-color: #8B5B15;
}
.TagClassName
{
border-color: #8B5B15;
}
</style>