Shades of Bronze Olive #5F541A
Tints of Bronze Olive #5F541A
RGB
CMYK
RGB Variations
Color information
#5F541A (or 0x5F541A) is known color: Bronze Olive. HEX triplet: 5F, 54 and 1A. RGB value is (95,84,26). Sum of RGB (Red+Green+Blue) = 95+84+26=205 (27% of max value = 765). Red value is 95 (37.5% from 255 or 46.34% from 205); Green value is 84 (33.20% from 255 or 40.98% from 205); Blue value is 26 (10.55% from 255 or 12.68% from 205); Max value from RGB is 95 - color contains mainly: red. Hex color #5F541A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F541A is #A0ABE5. Grayscale: #505050. Windows color (decimal): -10529766 or 1725535. OLE color: 1725535.
HSL color Cylindrical-coordinate representation of color #5F541A: hue angle of 50.43º degrees, saturation: 0.57, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5F541A is Cyan = 0, Magento = 0.12, Yellow = 0.73 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 84 | 26 | - |
| CMYK | 0 | 0.12 | 0.73 | 0.63 |
| HSL | 50.43º | 0.57% | 0.24% | - |
| HSV(B) | 50.43º | 0.73% | 0.37% | - |
| XYZ | 8.08 | 8.85 | 2.26 | - |
| YUV | 80.68 | 97.14 | 138.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 84 | 26 | 0 | 0.12 | 0.73 | 0.63 | 50.43 | 0.57 | 0.24 |
| Hex | 5F | 54 | 1A | 0 | C | 49 | 3F | 32 | 39 | 18 |
| Octal | 137 | 124 | 32 | 0 | 14 | 111 | 77 | 62 | 71 | 30 |
| Binary | 1011111 | 1010100 | 11010 | 0 | 1100 | 1001001 | 111111 | 110010 | 111001 | 11000 |
Color Harmonies of #5F541A
Complementary color
Monochromatic Colors of #5F541A
Black with #5F541A
Text Example
Text Example
White with #5F541A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F541A; }
p { color: rgb(95,84,26); }
H1.HeaderClassName
{
color: #5F541A;
}
.AnyTagClassName
{
color: #5F541A;
}
</style>
background-color css
<style>
a { background-color: #5F541A; }
a { background-color: rgb(95,84,26); }
div.DivClassName
{
background-color: #5F541A;
}
.BgClassName
{
background-color: #5F541A;
}
</style>
border-color css
<style>
span { border-color: #5F541A; }
span { border-color: rgb(95,84,26); }
td.TdClassName
{
border-color: #5F541A;
}
.TagClassName
{
border-color: #5F541A;
}
</style>