Shades of Bronze Olive #5D4E07
Tints of Bronze Olive #5D4E07
RGB
CMYK
RGB Variations
Color information
#5D4E07 (or 0x5D4E07) is known color: Bronze Olive. HEX triplet: 5D, 4E and 07. RGB value is (93,78,7). Sum of RGB (Red+Green+Blue) = 93+78+7=178 (23% of max value = 765). Red value is 93 (36.72% from 255 or 52.25% from 178); Green value is 78 (30.86% from 255 or 43.82% from 178); Blue value is 7 (3.12% from 255 or 3.93% from 178); Max value from RGB is 93 - color contains mainly: red. Hex color #5D4E07 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5D4E07 is #A2B1F8. Grayscale: #4A4A4A. Windows color (decimal): -10662393 or 478813. OLE color: 478813.
HSL color Cylindrical-coordinate representation of color #5D4E07: hue angle of 49.53º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5D4E07 is Cyan = 0, Magento = 0.16, Yellow = 0.92 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 78 | 7 | - |
| CMYK | 0 | 0.16 | 0.92 | 0.64 |
| HSL | 49.53º | 0.86% | 0.2% | - |
| HSV(B) | 49.53º | 0.92% | 0.36% | - |
| XYZ | 7.28 | 7.79 | 1.32 | - |
| YUV | 74.39 | 89.97 | 141.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 78 | 7 | 0 | 0.16 | 0.92 | 0.64 | 49.53 | 0.86 | 0.2 |
| Hex | 5D | 4E | 7 | 0 | 10 | 5C | 40 | 32 | 56 | 14 |
| Octal | 135 | 116 | 7 | 0 | 20 | 134 | 100 | 62 | 126 | 24 |
| Binary | 1011101 | 1001110 | 111 | 0 | 10000 | 1011100 | 1000000 | 110010 | 1010110 | 10100 |
Color Harmonies of #5D4E07
Complementary color
Monochromatic Colors of #5D4E07
Black with #5D4E07
Text Example
Text Example
White with #5D4E07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D4E07; }
p { color: rgb(93,78,7); }
H1.HeaderClassName
{
color: #5D4E07;
}
.AnyTagClassName
{
color: #5D4E07;
}
</style>
background-color css
<style>
a { background-color: #5D4E07; }
a { background-color: rgb(93,78,7); }
div.DivClassName
{
background-color: #5D4E07;
}
.BgClassName
{
background-color: #5D4E07;
}
</style>
border-color css
<style>
span { border-color: #5D4E07; }
span { border-color: rgb(93,78,7); }
td.TdClassName
{
border-color: #5D4E07;
}
.TagClassName
{
border-color: #5D4E07;
}
</style>