Shades of Bronze Olive #5B5310
Tints of Bronze Olive #5B5310
RGB
CMYK
RGB Variations
Color information
#5B5310 (or 0x5B5310) is known color: Bronze Olive. HEX triplet: 5B, 53 and 10. RGB value is (91,83,16). Sum of RGB (Red+Green+Blue) = 91+83+16=190 (25% of max value = 765). Red value is 91 (35.94% from 255 or 47.89% from 190); Green value is 83 (32.81% from 255 or 43.68% from 190); Blue value is 16 (6.64% from 255 or 8.42% from 190); Max value from RGB is 91 - color contains mainly: red. Hex color #5B5310 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5B5310 is #A4ACEF. Grayscale: #4E4E4E. Windows color (decimal): -10792176 or 1069915. OLE color: 1069915.
HSL color Cylindrical-coordinate representation of color #5B5310: hue angle of 53.6º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5B5310 is Cyan = 0, Magento = 0.09, Yellow = 0.82 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 83 | 16 | - |
| CMYK | 0 | 0.09 | 0.82 | 0.64 |
| HSL | 53.6º | 0.7% | 0.21% | - |
| HSV(B) | 53.6º | 0.82% | 0.36% | - |
| XYZ | 7.5 | 8.45 | 1.73 | - |
| YUV | 77.75 | 93.15 | 137.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 83 | 16 | 0 | 0.09 | 0.82 | 0.64 | 53.6 | 0.7 | 0.21 |
| Hex | 5B | 53 | 10 | 0 | 9 | 52 | 40 | 36 | 46 | 15 |
| Octal | 133 | 123 | 20 | 0 | 11 | 122 | 100 | 66 | 106 | 25 |
| Binary | 1011011 | 1010011 | 10000 | 0 | 1001 | 1010010 | 1000000 | 110110 | 1000110 | 10101 |
Color Harmonies of #5B5310
Complementary color
Monochromatic Colors of #5B5310
Black with #5B5310
Text Example
Text Example
White with #5B5310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5310; }
p { color: rgb(91,83,16); }
H1.HeaderClassName
{
color: #5B5310;
}
.AnyTagClassName
{
color: #5B5310;
}
</style>
background-color css
<style>
a { background-color: #5B5310; }
a { background-color: rgb(91,83,16); }
div.DivClassName
{
background-color: #5B5310;
}
.BgClassName
{
background-color: #5B5310;
}
</style>
border-color css
<style>
span { border-color: #5B5310; }
span { border-color: rgb(91,83,16); }
td.TdClassName
{
border-color: #5B5310;
}
.TagClassName
{
border-color: #5B5310;
}
</style>