Shades of Bronze Olive #5D5309
Tints of Bronze Olive #5D5309
RGB
CMYK
RGB Variations
Color information
#5D5309 (or 0x5D5309) is known color: Bronze Olive. HEX triplet: 5D, 53 and 09. RGB value is (93,83,9). Sum of RGB (Red+Green+Blue) = 93+83+9=185 (24% of max value = 765). Red value is 93 (36.72% from 255 or 50.27% from 185); Green value is 83 (32.81% from 255 or 44.86% from 185); Blue value is 9 (3.91% from 255 or 4.86% from 185); Max value from RGB is 93 - color contains mainly: red. Hex color #5D5309 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5D5309 is #A2ACF6. Grayscale: #4D4D4D. Windows color (decimal): -10661111 or 611165. OLE color: 611165.
HSL color Cylindrical-coordinate representation of color #5D5309: hue angle of 52.86º 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 #5D5309 is Cyan = 0, Magento = 0.11, Yellow = 0.90 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 83 | 9 | - |
| CMYK | 0 | 0.11 | 0.90 | 0.64 |
| HSL | 52.86º | 0.82% | 0.2% | - |
| HSV(B) | 52.86º | 0.9% | 0.36% | - |
| XYZ | 7.66 | 8.53 | 1.5 | - |
| YUV | 77.55 | 89.31 | 139.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 83 | 9 | 0 | 0.11 | 0.90 | 0.64 | 52.86 | 0.82 | 0.2 |
| Hex | 5D | 53 | 9 | 0 | B | 5A | 40 | 35 | 52 | 14 |
| Octal | 135 | 123 | 11 | 0 | 13 | 132 | 100 | 65 | 122 | 24 |
| Binary | 1011101 | 1010011 | 1001 | 0 | 1011 | 1011010 | 1000000 | 110101 | 1010010 | 10100 |
Color Harmonies of #5D5309
Complementary color
Monochromatic Colors of #5D5309
Black with #5D5309
Text Example
Text Example
White with #5D5309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D5309; }
p { color: rgb(93,83,9); }
H1.HeaderClassName
{
color: #5D5309;
}
.AnyTagClassName
{
color: #5D5309;
}
</style>
background-color css
<style>
a { background-color: #5D5309; }
a { background-color: rgb(93,83,9); }
div.DivClassName
{
background-color: #5D5309;
}
.BgClassName
{
background-color: #5D5309;
}
</style>
border-color css
<style>
span { border-color: #5D5309; }
span { border-color: rgb(93,83,9); }
td.TdClassName
{
border-color: #5D5309;
}
.TagClassName
{
border-color: #5D5309;
}
</style>