Shades of Bronze Olive #5F4F25
Tints of Bronze Olive #5F4F25
RGB
CMYK
RGB Variations
Color information
#5F4F25 (or 0x5F4F25) is known color: Bronze Olive. HEX triplet: 5F, 4F and 25. RGB value is (95,79,37). Sum of RGB (Red+Green+Blue) = 95+79+37=211 (27% of max value = 765). Red value is 95 (37.5% from 255 or 45.02% from 211); Green value is 79 (31.25% from 255 or 37.44% from 211); Blue value is 37 (14.84% from 255 or 17.54% from 211); Max value from RGB is 95 - color contains mainly: red. Hex color #5F4F25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F4F25 is #A0B0DA. Grayscale: #4F4F4F. Windows color (decimal): -10531035 or 2445151. OLE color: 2445151.
HSL color Cylindrical-coordinate representation of color #5F4F25: hue angle of 43.45º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5F4F25 is Cyan = 0, Magento = 0.17, Yellow = 0.61 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 79 | 37 | - |
| CMYK | 0 | 0.17 | 0.61 | 0.63 |
| HSL | 43.45º | 0.44% | 0.26% | - |
| HSV(B) | 43.45º | 0.61% | 0.37% | - |
| XYZ | 7.85 | 8.16 | 2.91 | - |
| YUV | 79 | 104.3 | 139.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 79 | 37 | 0 | 0.17 | 0.61 | 0.63 | 43.45 | 0.44 | 0.26 |
| Hex | 5F | 4F | 25 | 0 | 11 | 3D | 3F | 2B | 2C | 1A |
| Octal | 137 | 117 | 45 | 0 | 21 | 75 | 77 | 53 | 54 | 32 |
| Binary | 1011111 | 1001111 | 100101 | 0 | 10001 | 111101 | 111111 | 101011 | 101100 | 11010 |
Color Harmonies of #5F4F25
Complementary color
Monochromatic Colors of #5F4F25
Black with #5F4F25
Text Example
Text Example
White with #5F4F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F4F25; }
p { color: rgb(95,79,37); }
H1.HeaderClassName
{
color: #5F4F25;
}
.AnyTagClassName
{
color: #5F4F25;
}
</style>
background-color css
<style>
a { background-color: #5F4F25; }
a { background-color: rgb(95,79,37); }
div.DivClassName
{
background-color: #5F4F25;
}
.BgClassName
{
background-color: #5F4F25;
}
</style>
border-color css
<style>
span { border-color: #5F4F25; }
span { border-color: rgb(95,79,37); }
td.TdClassName
{
border-color: #5F4F25;
}
.TagClassName
{
border-color: #5F4F25;
}
</style>