Shades of Bronze Olive #5D5004
Tints of Bronze Olive #5D5004
RGB
CMYK
RGB Variations
Color information
#5D5004 (or 0x5D5004) is known color: Bronze Olive. HEX triplet: 5D, 50 and 04. RGB value is (93,80,4). Sum of RGB (Red+Green+Blue) = 93+80+4=177 (23% of max value = 765). Red value is 93 (36.72% from 255 or 52.54% from 177); Green value is 80 (31.64% from 255 or 45.20% from 177); Blue value is 4 (1.95% from 255 or 2.26% from 177); Max value from RGB is 93 - color contains mainly: red. Hex color #5D5004 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5D5004 is #A2AFFB. Grayscale: #4B4B4B. Windows color (decimal): -10661884 or 282717. OLE color: 282717.
HSL color Cylindrical-coordinate representation of color #5D5004: hue angle of 51.24º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5D5004 is Cyan = 0, Magento = 0.14, Yellow = 0.96 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 80 | 4 | - |
| CMYK | 0 | 0.14 | 0.96 | 0.64 |
| HSL | 51.24º | 0.92% | 0.19% | - |
| HSV(B) | 51.24º | 0.96% | 0.36% | - |
| XYZ | 7.4 | 8.07 | 1.28 | - |
| YUV | 75.22 | 87.81 | 140.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 80 | 4 | 0 | 0.14 | 0.96 | 0.64 | 51.24 | 0.92 | 0.19 |
| Hex | 5D | 50 | 4 | 0 | E | 60 | 40 | 33 | 5C | 13 |
| Octal | 135 | 120 | 4 | 0 | 16 | 140 | 100 | 63 | 134 | 23 |
| Binary | 1011101 | 1010000 | 100 | 0 | 1110 | 1100000 | 1000000 | 110011 | 1011100 | 10011 |
Color Harmonies of #5D5004
Complementary color
Monochromatic Colors of #5D5004
Black with #5D5004
Text Example
Text Example
White with #5D5004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D5004; }
p { color: rgb(93,80,4); }
H1.HeaderClassName
{
color: #5D5004;
}
.AnyTagClassName
{
color: #5D5004;
}
</style>
background-color css
<style>
a { background-color: #5D5004; }
a { background-color: rgb(93,80,4); }
div.DivClassName
{
background-color: #5D5004;
}
.BgClassName
{
background-color: #5D5004;
}
</style>
border-color css
<style>
span { border-color: #5D5004; }
span { border-color: rgb(93,80,4); }
td.TdClassName
{
border-color: #5D5004;
}
.TagClassName
{
border-color: #5D5004;
}
</style>