Shades of Bronze Olive #5D4B09
Tints of Bronze Olive #5D4B09
RGB
CMYK
RGB Variations
Color information
#5D4B09 (or 0x5D4B09) is known color: Bronze Olive. HEX triplet: 5D, 4B and 09. RGB value is (93,75,9). Sum of RGB (Red+Green+Blue) = 93+75+9=177 (23% of max value = 765). Red value is 93 (36.72% from 255 or 52.54% from 177); Green value is 75 (29.69% from 255 or 42.37% from 177); Blue value is 9 (3.91% from 255 or 5.08% from 177); Max value from RGB is 93 - color contains mainly: red. Hex color #5D4B09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5D4B09 is #A2B4F6. Grayscale: #494949. Windows color (decimal): -10663159 or 609117. OLE color: 609117.
HSL color Cylindrical-coordinate representation of color #5D4B09: hue angle of 47.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 #5D4B09 is Cyan = 0, Magento = 0.19, Yellow = 0.90 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 75 | 9 | - |
| CMYK | 0 | 0.19 | 0.90 | 0.64 |
| HSL | 47.14º | 0.82% | 0.2% | - |
| HSV(B) | 47.14º | 0.9% | 0.36% | - |
| XYZ | 7.08 | 7.38 | 1.31 | - |
| YUV | 72.86 | 91.96 | 142.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 75 | 9 | 0 | 0.19 | 0.90 | 0.64 | 47.14 | 0.82 | 0.2 |
| Hex | 5D | 4B | 9 | 0 | 13 | 5A | 40 | 2F | 52 | 14 |
| Octal | 135 | 113 | 11 | 0 | 23 | 132 | 100 | 57 | 122 | 24 |
| Binary | 1011101 | 1001011 | 1001 | 0 | 10011 | 1011010 | 1000000 | 101111 | 1010010 | 10100 |
Color Harmonies of #5D4B09
Complementary color
Monochromatic Colors of #5D4B09
Black with #5D4B09
Text Example
Text Example
White with #5D4B09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D4B09; }
p { color: rgb(93,75,9); }
H1.HeaderClassName
{
color: #5D4B09;
}
.AnyTagClassName
{
color: #5D4B09;
}
</style>
background-color css
<style>
a { background-color: #5D4B09; }
a { background-color: rgb(93,75,9); }
div.DivClassName
{
background-color: #5D4B09;
}
.BgClassName
{
background-color: #5D4B09;
}
</style>
border-color css
<style>
span { border-color: #5D4B09; }
span { border-color: rgb(93,75,9); }
td.TdClassName
{
border-color: #5D4B09;
}
.TagClassName
{
border-color: #5D4B09;
}
</style>