Shades of Bronze Olive #5D4A24
Tints of Bronze Olive #5D4A24
RGB
CMYK
RGB Variations
Color information
#5D4A24 (or 0x5D4A24) is known color: Bronze Olive. HEX triplet: 5D, 4A and 24. RGB value is (93,74,36). Sum of RGB (Red+Green+Blue) = 93+74+36=203 (26% of max value = 765). Red value is 93 (36.72% from 255 or 45.81% from 203); Green value is 74 (29.30% from 255 or 36.45% from 203); Blue value is 36 (14.45% from 255 or 17.73% from 203); Max value from RGB is 93 - color contains mainly: red. Hex color #5D4A24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D4A24 is #A2B5DB. Grayscale: #4B4B4B. Windows color (decimal): -10663388 or 2378333. OLE color: 2378333.
HSL color Cylindrical-coordinate representation of color #5D4A24: hue angle of 40º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5D4A24 is Cyan = 0, Magento = 0.20, Yellow = 0.61 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 74 | 36 | - |
| CMYK | 0 | 0.20 | 0.61 | 0.64 |
| HSL | 40º | 0.44% | 0.25% | - |
| HSV(B) | 40º | 0.61% | 0.36% | - |
| XYZ | 7.28 | 7.35 | 2.7 | - |
| YUV | 75.35 | 105.79 | 140.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 74 | 36 | 0 | 0.20 | 0.61 | 0.64 | 40 | 0.44 | 0.25 |
| Hex | 5D | 4A | 24 | 0 | 14 | 3D | 40 | 28 | 2C | 19 |
| Octal | 135 | 112 | 44 | 0 | 24 | 75 | 100 | 50 | 54 | 31 |
| Binary | 1011101 | 1001010 | 100100 | 0 | 10100 | 111101 | 1000000 | 101000 | 101100 | 11001 |
Color Harmonies of #5D4A24
Complementary color
Monochromatic Colors of #5D4A24
Black with #5D4A24
Text Example
Text Example
White with #5D4A24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D4A24; }
p { color: rgb(93,74,36); }
H1.HeaderClassName
{
color: #5D4A24;
}
.AnyTagClassName
{
color: #5D4A24;
}
</style>
background-color css
<style>
a { background-color: #5D4A24; }
a { background-color: rgb(93,74,36); }
div.DivClassName
{
background-color: #5D4A24;
}
.BgClassName
{
background-color: #5D4A24;
}
</style>
border-color css
<style>
span { border-color: #5D4A24; }
span { border-color: rgb(93,74,36); }
td.TdClassName
{
border-color: #5D4A24;
}
.TagClassName
{
border-color: #5D4A24;
}
</style>