Shades of Bronze Olive #5D5028
Tints of Bronze Olive #5D5028
RGB
CMYK
RGB Variations
Color information
#5D5028 (or 0x5D5028) is known color: Bronze Olive. HEX triplet: 5D, 50 and 28. RGB value is (93,80,40). Sum of RGB (Red+Green+Blue) = 93+80+40=213 (28% of max value = 765). Red value is 93 (36.72% from 255 or 43.66% from 213); Green value is 80 (31.64% from 255 or 37.56% from 213); Blue value is 40 (16.02% from 255 or 18.78% from 213); Max value from RGB is 93 - color contains mainly: red. Hex color #5D5028 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D5028 is #A2AFD7. Grayscale: #4F4F4F. Windows color (decimal): -10661848 or 2642013. OLE color: 2642013.
HSL color Cylindrical-coordinate representation of color #5D5028: hue angle of 45.28º 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 #5D5028 is Cyan = 0, Magento = 0.14, Yellow = 0.57 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 80 | 40 | - |
| CMYK | 0 | 0.14 | 0.57 | 0.64 |
| HSL | 45.28º | 0.4% | 0.26% | - |
| HSV(B) | 45.28º | 0.57% | 0.36% | - |
| XYZ | 7.77 | 8.22 | 3.18 | - |
| YUV | 79.33 | 105.81 | 137.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 80 | 40 | 0 | 0.14 | 0.57 | 0.64 | 45.28 | 0.4 | 0.26 |
| Hex | 5D | 50 | 28 | 0 | E | 39 | 40 | 2D | 28 | 1A |
| Octal | 135 | 120 | 50 | 0 | 16 | 71 | 100 | 55 | 50 | 32 |
| Binary | 1011101 | 1010000 | 101000 | 0 | 1110 | 111001 | 1000000 | 101101 | 101000 | 11010 |
Color Harmonies of #5D5028
Complementary color
Monochromatic Colors of #5D5028
Black with #5D5028
Text Example
Text Example
White with #5D5028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D5028; }
p { color: rgb(93,80,40); }
H1.HeaderClassName
{
color: #5D5028;
}
.AnyTagClassName
{
color: #5D5028;
}
</style>
background-color css
<style>
a { background-color: #5D5028; }
a { background-color: rgb(93,80,40); }
div.DivClassName
{
background-color: #5D5028;
}
.BgClassName
{
background-color: #5D5028;
}
</style>
border-color css
<style>
span { border-color: #5D5028; }
span { border-color: rgb(93,80,40); }
td.TdClassName
{
border-color: #5D5028;
}
.TagClassName
{
border-color: #5D5028;
}
</style>