Shades of Bronze Olive #5B5105
Tints of Bronze Olive #5B5105
RGB
CMYK
RGB Variations
Color information
#5B5105 (or 0x5B5105) is known color: Bronze Olive. HEX triplet: 5B, 51 and 05. RGB value is (91,81,5). Sum of RGB (Red+Green+Blue) = 91+81+5=177 (23% of max value = 765). Red value is 91 (35.94% from 255 or 51.41% from 177); Green value is 81 (32.03% from 255 or 45.76% from 177); Blue value is 5 (2.34% from 255 or 2.82% from 177); Max value from RGB is 91 - color contains mainly: red. Hex color #5B5105 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5B5105 is #A4AEFA. Grayscale: #4B4B4B. Windows color (decimal): -10792699 or 348507. OLE color: 348507.
HSL color Cylindrical-coordinate representation of color #5B5105: hue angle of 53.02º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5B5105 is Cyan = 0, Magento = 0.11, Yellow = 0.95 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 81 | 5 | - |
| CMYK | 0 | 0.11 | 0.95 | 0.64 |
| HSL | 53.02º | 0.9% | 0.19% | - |
| HSV(B) | 53.02º | 0.95% | 0.36% | - |
| XYZ | 7.28 | 8.12 | 1.33 | - |
| YUV | 75.33 | 88.31 | 139.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 81 | 5 | 0 | 0.11 | 0.95 | 0.64 | 53.02 | 0.9 | 0.19 |
| Hex | 5B | 51 | 5 | 0 | B | 5F | 40 | 35 | 5A | 13 |
| Octal | 133 | 121 | 5 | 0 | 13 | 137 | 100 | 65 | 132 | 23 |
| Binary | 1011011 | 1010001 | 101 | 0 | 1011 | 1011111 | 1000000 | 110101 | 1011010 | 10011 |
Color Harmonies of #5B5105
Complementary color
Monochromatic Colors of #5B5105
Black with #5B5105
Text Example
Text Example
White with #5B5105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5105; }
p { color: rgb(91,81,5); }
H1.HeaderClassName
{
color: #5B5105;
}
.AnyTagClassName
{
color: #5B5105;
}
</style>
background-color css
<style>
a { background-color: #5B5105; }
a { background-color: rgb(91,81,5); }
div.DivClassName
{
background-color: #5B5105;
}
.BgClassName
{
background-color: #5B5105;
}
</style>
border-color css
<style>
span { border-color: #5B5105; }
span { border-color: rgb(91,81,5); }
td.TdClassName
{
border-color: #5B5105;
}
.TagClassName
{
border-color: #5B5105;
}
</style>