Shades of Bronze Olive #5F5211
Tints of Bronze Olive #5F5211
RGB
CMYK
RGB Variations
Color information
#5F5211 (or 0x5F5211) is known color: Bronze Olive. HEX triplet: 5F, 52 and 11. RGB value is (95,82,17). Sum of RGB (Red+Green+Blue) = 95+82+17=194 (25% of max value = 765). Red value is 95 (37.5% from 255 or 48.97% from 194); Green value is 82 (32.42% from 255 or 42.27% from 194); Blue value is 17 (7.03% from 255 or 8.76% from 194); Max value from RGB is 95 - color contains mainly: red. Hex color #5F5211 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5F5211 is #A0ADEE. Grayscale: #4E4E4E. Windows color (decimal): -10530287 or 1135199. OLE color: 1135199.
HSL color Cylindrical-coordinate representation of color #5F5211: hue angle of 50º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5F5211 is Cyan = 0, Magento = 0.14, Yellow = 0.82 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 82 | 17 | - |
| CMYK | 0 | 0.14 | 0.82 | 0.63 |
| HSL | 50º | 0.7% | 0.22% | - |
| HSV(B) | 50º | 0.82% | 0.37% | - |
| XYZ | 7.84 | 8.51 | 1.76 | - |
| YUV | 78.48 | 93.31 | 139.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 82 | 17 | 0 | 0.14 | 0.82 | 0.63 | 50 | 0.7 | 0.22 |
| Hex | 5F | 52 | 11 | 0 | E | 52 | 3F | 32 | 46 | 16 |
| Octal | 137 | 122 | 21 | 0 | 16 | 122 | 77 | 62 | 106 | 26 |
| Binary | 1011111 | 1010010 | 10001 | 0 | 1110 | 1010010 | 111111 | 110010 | 1000110 | 10110 |
Color Harmonies of #5F5211
Complementary color
Monochromatic Colors of #5F5211
Black with #5F5211
Text Example
Text Example
White with #5F5211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F5211; }
p { color: rgb(95,82,17); }
H1.HeaderClassName
{
color: #5F5211;
}
.AnyTagClassName
{
color: #5F5211;
}
</style>
background-color css
<style>
a { background-color: #5F5211; }
a { background-color: rgb(95,82,17); }
div.DivClassName
{
background-color: #5F5211;
}
.BgClassName
{
background-color: #5F5211;
}
</style>
border-color css
<style>
span { border-color: #5F5211; }
span { border-color: rgb(95,82,17); }
td.TdClassName
{
border-color: #5F5211;
}
.TagClassName
{
border-color: #5F5211;
}
</style>