Shades of Bronze Olive #5D4D1C
Tints of Bronze Olive #5D4D1C
RGB
CMYK
RGB Variations
Color information
#5D4D1C (or 0x5D4D1C) is known color: Bronze Olive. HEX triplet: 5D, 4D and 1C. RGB value is (93,77,28). Sum of RGB (Red+Green+Blue) = 93+77+28=198 (26% of max value = 765). Red value is 93 (36.72% from 255 or 46.97% from 198); Green value is 77 (30.47% from 255 or 38.89% from 198); Blue value is 28 (11.33% from 255 or 14.14% from 198); Max value from RGB is 93 - color contains mainly: red. Hex color #5D4D1C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D4D1C is #A2B2E3. Grayscale: #4C4C4C. Windows color (decimal): -10662628 or 1854813. OLE color: 1854813.
HSL color Cylindrical-coordinate representation of color #5D4D1C: hue angle of 45.23º degrees, saturation: 0.54, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5D4D1C is Cyan = 0, Magento = 0.17, Yellow = 0.70 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 77 | 28 | - |
| CMYK | 0 | 0.17 | 0.70 | 0.64 |
| HSL | 45.23º | 0.54% | 0.24% | - |
| HSV(B) | 45.23º | 0.7% | 0.36% | - |
| XYZ | 7.38 | 7.72 | 2.2 | - |
| YUV | 76.2 | 100.8 | 139.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 77 | 28 | 0 | 0.17 | 0.70 | 0.64 | 45.23 | 0.54 | 0.24 |
| Hex | 5D | 4D | 1C | 0 | 11 | 46 | 40 | 2D | 36 | 18 |
| Octal | 135 | 115 | 34 | 0 | 21 | 106 | 100 | 55 | 66 | 30 |
| Binary | 1011101 | 1001101 | 11100 | 0 | 10001 | 1000110 | 1000000 | 101101 | 110110 | 11000 |
Color Harmonies of #5D4D1C
Complementary color
Monochromatic Colors of #5D4D1C
Black with #5D4D1C
Text Example
Text Example
White with #5D4D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D4D1C; }
p { color: rgb(93,77,28); }
H1.HeaderClassName
{
color: #5D4D1C;
}
.AnyTagClassName
{
color: #5D4D1C;
}
</style>
background-color css
<style>
a { background-color: #5D4D1C; }
a { background-color: rgb(93,77,28); }
div.DivClassName
{
background-color: #5D4D1C;
}
.BgClassName
{
background-color: #5D4D1C;
}
</style>
border-color css
<style>
span { border-color: #5D4D1C; }
span { border-color: rgb(93,77,28); }
td.TdClassName
{
border-color: #5D4D1C;
}
.TagClassName
{
border-color: #5D4D1C;
}
</style>