Shades of Bronze Olive #5F511F
Tints of Bronze Olive #5F511F
RGB
CMYK
RGB Variations
Color information
#5F511F (or 0x5F511F) is known color: Bronze Olive. HEX triplet: 5F, 51 and 1F. RGB value is (95,81,31). Sum of RGB (Red+Green+Blue) = 95+81+31=207 (27% of max value = 765). Red value is 95 (37.5% from 255 or 45.89% from 207); Green value is 81 (32.03% from 255 or 39.13% from 207); Blue value is 31 (12.5% from 255 or 14.98% from 207); Max value from RGB is 95 - color contains mainly: red. Hex color #5F511F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F511F is #A0AEE0. Grayscale: #4F4F4F. Windows color (decimal): -10530529 or 2052447. OLE color: 2052447.
HSL color Cylindrical-coordinate representation of color #5F511F: hue angle of 46.88º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5F511F is Cyan = 0, Magento = 0.15, Yellow = 0.67 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 81 | 31 | - |
| CMYK | 0 | 0.15 | 0.67 | 0.63 |
| HSL | 46.88º | 0.51% | 0.25% | - |
| HSV(B) | 46.88º | 0.67% | 0.37% | - |
| XYZ | 7.91 | 8.42 | 2.5 | - |
| YUV | 79.49 | 100.64 | 139.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 81 | 31 | 0 | 0.15 | 0.67 | 0.63 | 46.88 | 0.51 | 0.25 |
| Hex | 5F | 51 | 1F | 0 | F | 43 | 3F | 2F | 33 | 19 |
| Octal | 137 | 121 | 37 | 0 | 17 | 103 | 77 | 57 | 63 | 31 |
| Binary | 1011111 | 1010001 | 11111 | 0 | 1111 | 1000011 | 111111 | 101111 | 110011 | 11001 |
Color Harmonies of #5F511F
Complementary color
Monochromatic Colors of #5F511F
Black with #5F511F
Text Example
Text Example
White with #5F511F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F511F; }
p { color: rgb(95,81,31); }
H1.HeaderClassName
{
color: #5F511F;
}
.AnyTagClassName
{
color: #5F511F;
}
</style>
background-color css
<style>
a { background-color: #5F511F; }
a { background-color: rgb(95,81,31); }
div.DivClassName
{
background-color: #5F511F;
}
.BgClassName
{
background-color: #5F511F;
}
</style>
border-color css
<style>
span { border-color: #5F511F; }
span { border-color: rgb(95,81,31); }
td.TdClassName
{
border-color: #5F511F;
}
.TagClassName
{
border-color: #5F511F;
}
</style>