Shades of Bronze Olive #5F5108
Tints of Bronze Olive #5F5108
RGB
CMYK
RGB Variations
Color information
#5F5108 (or 0x5F5108) is known color: Bronze Olive. HEX triplet: 5F, 51 and 08. RGB value is (95,81,8). Sum of RGB (Red+Green+Blue) = 95+81+8=184 (24% of max value = 765). Red value is 95 (37.5% from 255 or 51.63% from 184); Green value is 81 (32.03% from 255 or 44.02% from 184); Blue value is 8 (3.52% from 255 or 4.35% from 184); Max value from RGB is 95 - color contains mainly: red. Hex color #5F5108 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5F5108 is #A0AEF7. Grayscale: #4D4D4D. Windows color (decimal): -10530552 or 545119. OLE color: 545119.
HSL color Cylindrical-coordinate representation of color #5F5108: hue angle of 50.34º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5F5108 is Cyan = 0, Magento = 0.15, Yellow = 0.92 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 81 | 8 | - |
| CMYK | 0 | 0.15 | 0.92 | 0.63 |
| HSL | 50.34º | 0.84% | 0.2% | - |
| HSV(B) | 50.34º | 0.92% | 0.37% | - |
| XYZ | 7.71 | 8.34 | 1.43 | - |
| YUV | 76.86 | 89.14 | 140.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 81 | 8 | 0 | 0.15 | 0.92 | 0.63 | 50.34 | 0.84 | 0.2 |
| Hex | 5F | 51 | 8 | 0 | F | 5C | 3F | 32 | 54 | 14 |
| Octal | 137 | 121 | 10 | 0 | 17 | 134 | 77 | 62 | 124 | 24 |
| Binary | 1011111 | 1010001 | 1000 | 0 | 1111 | 1011100 | 111111 | 110010 | 1010100 | 10100 |
Color Harmonies of #5F5108
Complementary color
Monochromatic Colors of #5F5108
Black with #5F5108
Text Example
Text Example
White with #5F5108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F5108; }
p { color: rgb(95,81,8); }
H1.HeaderClassName
{
color: #5F5108;
}
.AnyTagClassName
{
color: #5F5108;
}
</style>
background-color css
<style>
a { background-color: #5F5108; }
a { background-color: rgb(95,81,8); }
div.DivClassName
{
background-color: #5F5108;
}
.BgClassName
{
background-color: #5F5108;
}
</style>
border-color css
<style>
span { border-color: #5F5108; }
span { border-color: rgb(95,81,8); }
td.TdClassName
{
border-color: #5F5108;
}
.TagClassName
{
border-color: #5F5108;
}
</style>