Shades of Bronze Olive #5B4E05
Tints of Bronze Olive #5B4E05
RGB
CMYK
RGB Variations
Color information
#5B4E05 (or 0x5B4E05) is known color: Bronze Olive. HEX triplet: 5B, 4E and 05. RGB value is (91,78,5). Sum of RGB (Red+Green+Blue) = 91+78+5=174 (23% of max value = 765). Red value is 91 (35.94% from 255 or 52.30% from 174); Green value is 78 (30.86% from 255 or 44.83% from 174); Blue value is 5 (2.34% from 255 or 2.87% from 174); Max value from RGB is 91 - color contains mainly: red. Hex color #5B4E05 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5B4E05 is #A4B1FA. Grayscale: #494949. Windows color (decimal): -10793467 or 347739. OLE color: 347739.
HSL color Cylindrical-coordinate representation of color #5B4E05: hue angle of 50.93º 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 #5B4E05 is Cyan = 0, Magento = 0.14, Yellow = 0.95 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 78 | 5 | - |
| CMYK | 0 | 0.14 | 0.95 | 0.64 |
| HSL | 50.93º | 0.9% | 0.19% | - |
| HSV(B) | 50.93º | 0.95% | 0.36% | - |
| XYZ | 7.07 | 7.68 | 1.25 | - |
| YUV | 73.57 | 89.31 | 140.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 78 | 5 | 0 | 0.14 | 0.95 | 0.64 | 50.93 | 0.9 | 0.19 |
| Hex | 5B | 4E | 5 | 0 | E | 5F | 40 | 33 | 5A | 13 |
| Octal | 133 | 116 | 5 | 0 | 16 | 137 | 100 | 63 | 132 | 23 |
| Binary | 1011011 | 1001110 | 101 | 0 | 1110 | 1011111 | 1000000 | 110011 | 1011010 | 10011 |
Color Harmonies of #5B4E05
Complementary color
Monochromatic Colors of #5B4E05
Black with #5B4E05
Text Example
Text Example
White with #5B4E05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B4E05; }
p { color: rgb(91,78,5); }
H1.HeaderClassName
{
color: #5B4E05;
}
.AnyTagClassName
{
color: #5B4E05;
}
</style>
background-color css
<style>
a { background-color: #5B4E05; }
a { background-color: rgb(91,78,5); }
div.DivClassName
{
background-color: #5B4E05;
}
.BgClassName
{
background-color: #5B4E05;
}
</style>
border-color css
<style>
span { border-color: #5B4E05; }
span { border-color: rgb(91,78,5); }
td.TdClassName
{
border-color: #5B4E05;
}
.TagClassName
{
border-color: #5B4E05;
}
</style>