Shades of Bronze Olive #5D5304
Tints of Bronze Olive #5D5304
RGB
CMYK
RGB Variations
Color information
#5D5304 (or 0x5D5304) is known color: Bronze Olive. HEX triplet: 5D, 53 and 04. RGB value is (93,83,4). Sum of RGB (Red+Green+Blue) = 93+83+4=180 (23% of max value = 765). Red value is 93 (36.72% from 255 or 51.67% from 180); Green value is 83 (32.81% from 255 or 46.11% from 180); Blue value is 4 (1.95% from 255 or 2.22% from 180); Max value from RGB is 93 - color contains mainly: red. Hex color #5D5304 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5D5304 is #A2ACFB. Grayscale: #4D4D4D. Windows color (decimal): -10661116 or 283485. OLE color: 283485.
HSL color Cylindrical-coordinate representation of color #5D5304: hue angle of 53.26º 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 #5D5304 is Cyan = 0, Magento = 0.11, Yellow = 0.96 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 83 | 4 | - |
| CMYK | 0 | 0.11 | 0.96 | 0.64 |
| HSL | 53.26º | 0.92% | 0.19% | - |
| HSV(B) | 53.26º | 0.96% | 0.36% | - |
| XYZ | 7.63 | 8.52 | 1.36 | - |
| YUV | 76.98 | 86.81 | 139.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 83 | 4 | 0 | 0.11 | 0.96 | 0.64 | 53.26 | 0.92 | 0.19 |
| Hex | 5D | 53 | 4 | 0 | B | 60 | 40 | 35 | 5C | 13 |
| Octal | 135 | 123 | 4 | 0 | 13 | 140 | 100 | 65 | 134 | 23 |
| Binary | 1011101 | 1010011 | 100 | 0 | 1011 | 1100000 | 1000000 | 110101 | 1011100 | 10011 |
Color Harmonies of #5D5304
Complementary color
Monochromatic Colors of #5D5304
Black with #5D5304
Text Example
Text Example
White with #5D5304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D5304; }
p { color: rgb(93,83,4); }
H1.HeaderClassName
{
color: #5D5304;
}
.AnyTagClassName
{
color: #5D5304;
}
</style>
background-color css
<style>
a { background-color: #5D5304; }
a { background-color: rgb(93,83,4); }
div.DivClassName
{
background-color: #5D5304;
}
.BgClassName
{
background-color: #5D5304;
}
</style>
border-color css
<style>
span { border-color: #5D5304; }
span { border-color: rgb(93,83,4); }
td.TdClassName
{
border-color: #5D5304;
}
.TagClassName
{
border-color: #5D5304;
}
</style>