Shades of Bronze Olive #5D4927
Tints of Bronze Olive #5D4927
RGB
CMYK
RGB Variations
Color information
#5D4927 (or 0x5D4927) is known color: Bronze Olive. HEX triplet: 5D, 49 and 27. RGB value is (93,73,39). Sum of RGB (Red+Green+Blue) = 93+73+39=205 (27% of max value = 765). Red value is 93 (36.72% from 255 or 45.37% from 205); Green value is 73 (28.91% from 255 or 35.61% from 205); Blue value is 39 (15.62% from 255 or 19.02% from 205); Max value from RGB is 93 - color contains mainly: red. Hex color #5D4927 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D4927 is #A2B6D8. Grayscale: #4B4B4B. Windows color (decimal): -10663641 or 2574685. OLE color: 2574685.
HSL color Cylindrical-coordinate representation of color #5D4927: hue angle of 37.78º degrees, saturation: 0.41, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5D4927 is Cyan = 0, Magento = 0.22, Yellow = 0.58 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 73 | 39 | - |
| CMYK | 0 | 0.22 | 0.58 | 0.64 |
| HSL | 37.78º | 0.41% | 0.26% | - |
| HSV(B) | 37.78º | 0.58% | 0.36% | - |
| XYZ | 7.26 | 7.24 | 2.93 | - |
| YUV | 75.1 | 107.63 | 140.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 73 | 39 | 0 | 0.22 | 0.58 | 0.64 | 37.78 | 0.41 | 0.26 |
| Hex | 5D | 49 | 27 | 0 | 16 | 3A | 40 | 26 | 29 | 1A |
| Octal | 135 | 111 | 47 | 0 | 26 | 72 | 100 | 46 | 51 | 32 |
| Binary | 1011101 | 1001001 | 100111 | 0 | 10110 | 111010 | 1000000 | 100110 | 101001 | 11010 |
Color Harmonies of #5D4927
Complementary color
Monochromatic Colors of #5D4927
Black with #5D4927
Text Example
Text Example
White with #5D4927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D4927; }
p { color: rgb(93,73,39); }
H1.HeaderClassName
{
color: #5D4927;
}
.AnyTagClassName
{
color: #5D4927;
}
</style>
background-color css
<style>
a { background-color: #5D4927; }
a { background-color: rgb(93,73,39); }
div.DivClassName
{
background-color: #5D4927;
}
.BgClassName
{
background-color: #5D4927;
}
</style>
border-color css
<style>
span { border-color: #5D4927; }
span { border-color: rgb(93,73,39); }
td.TdClassName
{
border-color: #5D4927;
}
.TagClassName
{
border-color: #5D4927;
}
</style>