Shades of Bronze Olive #5D5209
Tints of Bronze Olive #5D5209
RGB
CMYK
RGB Variations
Color information
#5D5209 (or 0x5D5209) is known color: Bronze Olive. HEX triplet: 5D, 52 and 09. RGB value is (93,82,9). Sum of RGB (Red+Green+Blue) = 93+82+9=184 (24% of max value = 765). Red value is 93 (36.72% from 255 or 50.54% from 184); Green value is 82 (32.42% from 255 or 44.57% from 184); Blue value is 9 (3.91% from 255 or 4.89% from 184); Max value from RGB is 93 - color contains mainly: red. Hex color #5D5209 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5D5209 is #A2ADF6. Grayscale: #4D4D4D. Windows color (decimal): -10661367 or 610909. OLE color: 610909.
HSL color Cylindrical-coordinate representation of color #5D5209: hue angle of 52.14º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5D5209 is Cyan = 0, Magento = 0.12, Yellow = 0.90 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 82 | 9 | - |
| CMYK | 0 | 0.12 | 0.90 | 0.64 |
| HSL | 52.14º | 0.82% | 0.2% | - |
| HSV(B) | 52.14º | 0.9% | 0.36% | - |
| XYZ | 7.58 | 8.38 | 1.48 | - |
| YUV | 76.97 | 89.64 | 139.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 82 | 9 | 0 | 0.12 | 0.90 | 0.64 | 52.14 | 0.82 | 0.2 |
| Hex | 5D | 52 | 9 | 0 | C | 5A | 40 | 34 | 52 | 14 |
| Octal | 135 | 122 | 11 | 0 | 14 | 132 | 100 | 64 | 122 | 24 |
| Binary | 1011101 | 1010010 | 1001 | 0 | 1100 | 1011010 | 1000000 | 110100 | 1010010 | 10100 |
Color Harmonies of #5D5209
Complementary color
Monochromatic Colors of #5D5209
Black with #5D5209
Text Example
Text Example
White with #5D5209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D5209; }
p { color: rgb(93,82,9); }
H1.HeaderClassName
{
color: #5D5209;
}
.AnyTagClassName
{
color: #5D5209;
}
</style>
background-color css
<style>
a { background-color: #5D5209; }
a { background-color: rgb(93,82,9); }
div.DivClassName
{
background-color: #5D5209;
}
.BgClassName
{
background-color: #5D5209;
}
</style>
border-color css
<style>
span { border-color: #5D5209; }
span { border-color: rgb(93,82,9); }
td.TdClassName
{
border-color: #5D5209;
}
.TagClassName
{
border-color: #5D5209;
}
</style>