Shades of Bronze Olive #5F5805
Tints of Bronze Olive #5F5805
RGB
CMYK
RGB Variations
Color information
#5F5805 (or 0x5F5805) is known color: Bronze Olive. HEX triplet: 5F, 58 and 05. RGB value is (95,88,5). Sum of RGB (Red+Green+Blue) = 95+88+5=188 (24% of max value = 765). Red value is 95 (37.5% from 255 or 50.53% from 188); Green value is 88 (34.77% from 255 or 46.81% from 188); Blue value is 5 (2.34% from 255 or 2.66% from 188); Max value from RGB is 95 - color contains mainly: red. Hex color #5F5805 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5F5805 is #A0A7FA. Grayscale: #505050. Windows color (decimal): -10528763 or 350303. OLE color: 350303.
HSL color Cylindrical-coordinate representation of color #5F5805: hue angle of 55.33º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5F5805 is Cyan = 0, Magento = 0.07, Yellow = 0.95 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 88 | 5 | - |
| CMYK | 0 | 0.07 | 0.95 | 0.63 |
| HSL | 55.33º | 0.9% | 0.2% | - |
| HSV(B) | 55.33º | 0.95% | 0.37% | - |
| XYZ | 8.24 | 9.42 | 1.53 | - |
| YUV | 80.63 | 85.32 | 138.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 88 | 5 | 0 | 0.07 | 0.95 | 0.63 | 55.33 | 0.9 | 0.2 |
| Hex | 5F | 58 | 5 | 0 | 7 | 5F | 3F | 37 | 5A | 14 |
| Octal | 137 | 130 | 5 | 0 | 7 | 137 | 77 | 67 | 132 | 24 |
| Binary | 1011111 | 1011000 | 101 | 0 | 111 | 1011111 | 111111 | 110111 | 1011010 | 10100 |
Color Harmonies of #5F5805
Complementary color
Monochromatic Colors of #5F5805
Black with #5F5805
Text Example
Text Example
White with #5F5805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F5805; }
p { color: rgb(95,88,5); }
H1.HeaderClassName
{
color: #5F5805;
}
.AnyTagClassName
{
color: #5F5805;
}
</style>
background-color css
<style>
a { background-color: #5F5805; }
a { background-color: rgb(95,88,5); }
div.DivClassName
{
background-color: #5F5805;
}
.BgClassName
{
background-color: #5F5805;
}
</style>
border-color css
<style>
span { border-color: #5F5805; }
span { border-color: rgb(95,88,5); }
td.TdClassName
{
border-color: #5F5805;
}
.TagClassName
{
border-color: #5F5805;
}
</style>