Shades of Bronze Olive #5F4A1F
Tints of Bronze Olive #5F4A1F
RGB
CMYK
RGB Variations
Color information
#5F4A1F (or 0x5F4A1F) is known color: Bronze Olive. HEX triplet: 5F, 4A and 1F. RGB value is (95,74,31). Sum of RGB (Red+Green+Blue) = 95+74+31=200 (26% of max value = 765). Red value is 95 (37.5% from 255 or 47.5% from 200); Green value is 74 (29.30% from 255 or 37% from 200); Blue value is 31 (12.5% from 255 or 15.5% from 200); Max value from RGB is 95 - color contains mainly: red. Hex color #5F4A1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F4A1F is #A0B5E0. Grayscale: #4B4B4B. Windows color (decimal): -10532321 or 2050655. OLE color: 2050655.
HSL color Cylindrical-coordinate representation of color #5F4A1F: hue angle of 40.31º 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 #5F4A1F is Cyan = 0, Magento = 0.22, Yellow = 0.67 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 74 | 31 | - |
| CMYK | 0 | 0.22 | 0.67 | 0.63 |
| HSL | 40.31º | 0.51% | 0.25% | - |
| HSV(B) | 40.31º | 0.67% | 0.37% | - |
| XYZ | 7.42 | 7.43 | 2.34 | - |
| YUV | 75.38 | 102.96 | 142 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 74 | 31 | 0 | 0.22 | 0.67 | 0.63 | 40.31 | 0.51 | 0.25 |
| Hex | 5F | 4A | 1F | 0 | 16 | 43 | 3F | 28 | 33 | 19 |
| Octal | 137 | 112 | 37 | 0 | 26 | 103 | 77 | 50 | 63 | 31 |
| Binary | 1011111 | 1001010 | 11111 | 0 | 10110 | 1000011 | 111111 | 101000 | 110011 | 11001 |
Color Harmonies of #5F4A1F
Complementary color
Monochromatic Colors of #5F4A1F
Black with #5F4A1F
Text Example
Text Example
White with #5F4A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F4A1F; }
p { color: rgb(95,74,31); }
H1.HeaderClassName
{
color: #5F4A1F;
}
.AnyTagClassName
{
color: #5F4A1F;
}
</style>
background-color css
<style>
a { background-color: #5F4A1F; }
a { background-color: rgb(95,74,31); }
div.DivClassName
{
background-color: #5F4A1F;
}
.BgClassName
{
background-color: #5F4A1F;
}
</style>
border-color css
<style>
span { border-color: #5F4A1F; }
span { border-color: rgb(95,74,31); }
td.TdClassName
{
border-color: #5F4A1F;
}
.TagClassName
{
border-color: #5F4A1F;
}
</style>