Shades of Bronze Olive #5B4C14
Tints of Bronze Olive #5B4C14
RGB
CMYK
RGB Variations
Color information
#5B4C14 (or 0x5B4C14) is known color: Bronze Olive. HEX triplet: 5B, 4C and 14. RGB value is (91,76,20). Sum of RGB (Red+Green+Blue) = 91+76+20=187 (24% of max value = 765). Red value is 91 (35.94% from 255 or 48.66% from 187); Green value is 76 (30.08% from 255 or 40.64% from 187); Blue value is 20 (8.20% from 255 or 10.70% from 187); Max value from RGB is 91 - color contains mainly: red. Hex color #5B4C14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5B4C14 is #A4B3EB. Grayscale: #4A4A4A. Windows color (decimal): -10793964 or 1330267. OLE color: 1330267.
HSL color Cylindrical-coordinate representation of color #5B4C14: hue angle of 47.32º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5B4C14 is Cyan = 0, Magento = 0.16, Yellow = 0.78 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 76 | 20 | - |
| CMYK | 0 | 0.16 | 0.78 | 0.64 |
| HSL | 47.32º | 0.64% | 0.22% | - |
| HSV(B) | 47.32º | 0.78% | 0.36% | - |
| XYZ | 7.03 | 7.44 | 1.73 | - |
| YUV | 74.1 | 97.47 | 140.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 76 | 20 | 0 | 0.16 | 0.78 | 0.64 | 47.32 | 0.64 | 0.22 |
| Hex | 5B | 4C | 14 | 0 | 10 | 4E | 40 | 2F | 40 | 16 |
| Octal | 133 | 114 | 24 | 0 | 20 | 116 | 100 | 57 | 100 | 26 |
| Binary | 1011011 | 1001100 | 10100 | 0 | 10000 | 1001110 | 1000000 | 101111 | 1000000 | 10110 |
Color Harmonies of #5B4C14
Complementary color
Monochromatic Colors of #5B4C14
Black with #5B4C14
Text Example
Text Example
White with #5B4C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B4C14; }
p { color: rgb(91,76,20); }
H1.HeaderClassName
{
color: #5B4C14;
}
.AnyTagClassName
{
color: #5B4C14;
}
</style>
background-color css
<style>
a { background-color: #5B4C14; }
a { background-color: rgb(91,76,20); }
div.DivClassName
{
background-color: #5B4C14;
}
.BgClassName
{
background-color: #5B4C14;
}
</style>
border-color css
<style>
span { border-color: #5B4C14; }
span { border-color: rgb(91,76,20); }
td.TdClassName
{
border-color: #5B4C14;
}
.TagClassName
{
border-color: #5B4C14;
}
</style>