Shades of Bronze Olive #5D4812
Tints of Bronze Olive #5D4812
RGB
CMYK
RGB Variations
Color information
#5D4812 (or 0x5D4812) is known color: Bronze Olive. HEX triplet: 5D, 48 and 12. RGB value is (93,72,18). Sum of RGB (Red+Green+Blue) = 93+72+18=183 (24% of max value = 765). Red value is 93 (36.72% from 255 or 50.82% from 183); Green value is 72 (28.52% from 255 or 39.34% from 183); Blue value is 18 (7.42% from 255 or 9.84% from 183); Max value from RGB is 93 - color contains mainly: red. Hex color #5D4812 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5D4812 is #A2B7ED. Grayscale: #484848. Windows color (decimal): -10663918 or 1198173. OLE color: 1198173.
HSL color Cylindrical-coordinate representation of color #5D4812: hue angle of 43.2º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5D4812 is Cyan = 0, Magento = 0.23, Yellow = 0.81 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 72 | 18 | - |
| CMYK | 0 | 0.23 | 0.81 | 0.64 |
| HSL | 43.2º | 0.68% | 0.22% | - |
| HSV(B) | 43.2º | 0.81% | 0.36% | - |
| XYZ | 6.94 | 7.01 | 1.56 | - |
| YUV | 72.12 | 97.46 | 142.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 72 | 18 | 0 | 0.23 | 0.81 | 0.64 | 43.2 | 0.68 | 0.22 |
| Hex | 5D | 48 | 12 | 0 | 17 | 51 | 40 | 2B | 44 | 16 |
| Octal | 135 | 110 | 22 | 0 | 27 | 121 | 100 | 53 | 104 | 26 |
| Binary | 1011101 | 1001000 | 10010 | 0 | 10111 | 1010001 | 1000000 | 101011 | 1000100 | 10110 |
Color Harmonies of #5D4812
Complementary color
Monochromatic Colors of #5D4812
Black with #5D4812
Text Example
Text Example
White with #5D4812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D4812; }
p { color: rgb(93,72,18); }
H1.HeaderClassName
{
color: #5D4812;
}
.AnyTagClassName
{
color: #5D4812;
}
</style>
background-color css
<style>
a { background-color: #5D4812; }
a { background-color: rgb(93,72,18); }
div.DivClassName
{
background-color: #5D4812;
}
.BgClassName
{
background-color: #5D4812;
}
</style>
border-color css
<style>
span { border-color: #5D4812; }
span { border-color: rgb(93,72,18); }
td.TdClassName
{
border-color: #5D4812;
}
.TagClassName
{
border-color: #5D4812;
}
</style>