Shades of Bronze Olive #5F4E1B
Tints of Bronze Olive #5F4E1B
RGB
CMYK
RGB Variations
Color information
#5F4E1B (or 0x5F4E1B) is known color: Bronze Olive. HEX triplet: 5F, 4E and 1B. RGB value is (95,78,27). Sum of RGB (Red+Green+Blue) = 95+78+27=200 (26% of max value = 765). Red value is 95 (37.5% from 255 or 47.5% from 200); Green value is 78 (30.86% from 255 or 39% from 200); Blue value is 27 (10.94% from 255 or 13.5% from 200); Max value from RGB is 95 - color contains mainly: red. Hex color #5F4E1B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F4E1B is #A0B1E4. Grayscale: #4D4D4D. Windows color (decimal): -10531301 or 1789535. OLE color: 1789535.
HSL color Cylindrical-coordinate representation of color #5F4E1B: hue angle of 45º degrees, saturation: 0.56, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5F4E1B is Cyan = 0, Magento = 0.18, Yellow = 0.72 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 78 | 27 | - |
| CMYK | 0 | 0.18 | 0.72 | 0.63 |
| HSL | 45º | 0.56% | 0.24% | - |
| HSV(B) | 45º | 0.72% | 0.37% | - |
| XYZ | 7.64 | 7.96 | 2.17 | - |
| YUV | 77.27 | 99.63 | 140.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 78 | 27 | 0 | 0.18 | 0.72 | 0.63 | 45 | 0.56 | 0.24 |
| Hex | 5F | 4E | 1B | 0 | 12 | 48 | 3F | 2D | 38 | 18 |
| Octal | 137 | 116 | 33 | 0 | 22 | 110 | 77 | 55 | 70 | 30 |
| Binary | 1011111 | 1001110 | 11011 | 0 | 10010 | 1001000 | 111111 | 101101 | 111000 | 11000 |
Color Harmonies of #5F4E1B
Complementary color
Monochromatic Colors of #5F4E1B
Black with #5F4E1B
Text Example
Text Example
White with #5F4E1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F4E1B; }
p { color: rgb(95,78,27); }
H1.HeaderClassName
{
color: #5F4E1B;
}
.AnyTagClassName
{
color: #5F4E1B;
}
</style>
background-color css
<style>
a { background-color: #5F4E1B; }
a { background-color: rgb(95,78,27); }
div.DivClassName
{
background-color: #5F4E1B;
}
.BgClassName
{
background-color: #5F4E1B;
}
</style>
border-color css
<style>
span { border-color: #5F4E1B; }
span { border-color: rgb(95,78,27); }
td.TdClassName
{
border-color: #5F4E1B;
}
.TagClassName
{
border-color: #5F4E1B;
}
</style>