Shades of Bronze Olive #5B5013
Tints of Bronze Olive #5B5013
RGB
CMYK
RGB Variations
Color information
#5B5013 (or 0x5B5013) is known color: Bronze Olive. HEX triplet: 5B, 50 and 13. RGB value is (91,80,19). Sum of RGB (Red+Green+Blue) = 91+80+19=190 (25% of max value = 765). Red value is 91 (35.94% from 255 or 47.89% from 190); Green value is 80 (31.64% from 255 or 42.11% from 190); Blue value is 19 (7.81% from 255 or 10% from 190); Max value from RGB is 91 - color contains mainly: red. Hex color #5B5013 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5B5013 is #A4AFEC. Grayscale: #4C4C4C. Windows color (decimal): -10792941 or 1265755. OLE color: 1265755.
HSL color Cylindrical-coordinate representation of color #5B5013: hue angle of 50.83º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5B5013 is Cyan = 0, Magento = 0.12, Yellow = 0.79 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 80 | 19 | - |
| CMYK | 0 | 0.12 | 0.79 | 0.64 |
| HSL | 50.83º | 0.65% | 0.22% | - |
| HSV(B) | 50.83º | 0.79% | 0.36% | - |
| XYZ | 7.3 | 8.01 | 1.78 | - |
| YUV | 76.34 | 95.64 | 138.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 80 | 19 | 0 | 0.12 | 0.79 | 0.64 | 50.83 | 0.65 | 0.22 |
| Hex | 5B | 50 | 13 | 0 | C | 4F | 40 | 33 | 41 | 16 |
| Octal | 133 | 120 | 23 | 0 | 14 | 117 | 100 | 63 | 101 | 26 |
| Binary | 1011011 | 1010000 | 10011 | 0 | 1100 | 1001111 | 1000000 | 110011 | 1000001 | 10110 |
Color Harmonies of #5B5013
Complementary color
Monochromatic Colors of #5B5013
Black with #5B5013
Text Example
Text Example
White with #5B5013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5013; }
p { color: rgb(91,80,19); }
H1.HeaderClassName
{
color: #5B5013;
}
.AnyTagClassName
{
color: #5B5013;
}
</style>
background-color css
<style>
a { background-color: #5B5013; }
a { background-color: rgb(91,80,19); }
div.DivClassName
{
background-color: #5B5013;
}
.BgClassName
{
background-color: #5B5013;
}
</style>
border-color css
<style>
span { border-color: #5B5013; }
span { border-color: rgb(91,80,19); }
td.TdClassName
{
border-color: #5B5013;
}
.TagClassName
{
border-color: #5B5013;
}
</style>