Shades of Bronze Olive #5D4C28
Tints of Bronze Olive #5D4C28
RGB
CMYK
RGB Variations
Color information
#5D4C28 (or 0x5D4C28) is known color: Bronze Olive. HEX triplet: 5D, 4C and 28. RGB value is (93,76,40). Sum of RGB (Red+Green+Blue) = 93+76+40=209 (27% of max value = 765). Red value is 93 (36.72% from 255 or 44.50% from 209); Green value is 76 (30.08% from 255 or 36.36% from 209); Blue value is 40 (16.02% from 255 or 19.14% from 209); Max value from RGB is 93 - color contains mainly: red. Hex color #5D4C28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D4C28 is #A2B3D7. Grayscale: #4D4D4D. Windows color (decimal): -10662872 or 2640989. OLE color: 2640989.
HSL color Cylindrical-coordinate representation of color #5D4C28: hue angle of 40.75º degrees, saturation: 0.4, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5D4C28 is Cyan = 0, Magento = 0.18, Yellow = 0.57 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 76 | 40 | - |
| CMYK | 0 | 0.18 | 0.57 | 0.64 |
| HSL | 40.75º | 0.4% | 0.26% | - |
| HSV(B) | 40.75º | 0.57% | 0.36% | - |
| XYZ | 7.48 | 7.65 | 3.09 | - |
| YUV | 76.98 | 107.13 | 139.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 76 | 40 | 0 | 0.18 | 0.57 | 0.64 | 40.75 | 0.4 | 0.26 |
| Hex | 5D | 4C | 28 | 0 | 12 | 39 | 40 | 29 | 28 | 1A |
| Octal | 135 | 114 | 50 | 0 | 22 | 71 | 100 | 51 | 50 | 32 |
| Binary | 1011101 | 1001100 | 101000 | 0 | 10010 | 111001 | 1000000 | 101001 | 101000 | 11010 |
Color Harmonies of #5D4C28
Complementary color
Monochromatic Colors of #5D4C28
Black with #5D4C28
Text Example
Text Example
White with #5D4C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D4C28; }
p { color: rgb(93,76,40); }
H1.HeaderClassName
{
color: #5D4C28;
}
.AnyTagClassName
{
color: #5D4C28;
}
</style>
background-color css
<style>
a { background-color: #5D4C28; }
a { background-color: rgb(93,76,40); }
div.DivClassName
{
background-color: #5D4C28;
}
.BgClassName
{
background-color: #5D4C28;
}
</style>
border-color css
<style>
span { border-color: #5D4C28; }
span { border-color: rgb(93,76,40); }
td.TdClassName
{
border-color: #5D4C28;
}
.TagClassName
{
border-color: #5D4C28;
}
</style>