Shades of Bronze Olive #5D521E
Tints of Bronze Olive #5D521E
RGB
CMYK
RGB Variations
Color information
#5D521E (or 0x5D521E) is known color: Bronze Olive. HEX triplet: 5D, 52 and 1E. RGB value is (93,82,30). Sum of RGB (Red+Green+Blue) = 93+82+30=205 (27% of max value = 765). Red value is 93 (36.72% from 255 or 45.37% from 205); Green value is 82 (32.42% from 255 or 40% from 205); Blue value is 30 (12.11% from 255 or 14.63% from 205); Max value from RGB is 93 - color contains mainly: red. Hex color #5D521E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D521E is #A2ADE1. Grayscale: #4F4F4F. Windows color (decimal): -10661346 or 1987165. OLE color: 1987165.
HSL color Cylindrical-coordinate representation of color #5D521E: hue angle of 49.52º degrees, saturation: 0.51, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5D521E is Cyan = 0, Magento = 0.12, Yellow = 0.68 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 82 | 30 | - |
| CMYK | 0 | 0.12 | 0.68 | 0.64 |
| HSL | 49.52º | 0.51% | 0.24% | - |
| HSV(B) | 49.52º | 0.68% | 0.36% | - |
| XYZ | 7.77 | 8.46 | 2.45 | - |
| YUV | 79.36 | 100.14 | 137.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 82 | 30 | 0 | 0.12 | 0.68 | 0.64 | 49.52 | 0.51 | 0.24 |
| Hex | 5D | 52 | 1E | 0 | C | 44 | 40 | 32 | 33 | 18 |
| Octal | 135 | 122 | 36 | 0 | 14 | 104 | 100 | 62 | 63 | 30 |
| Binary | 1011101 | 1010010 | 11110 | 0 | 1100 | 1000100 | 1000000 | 110010 | 110011 | 11000 |
Color Harmonies of #5D521E
Complementary color
Monochromatic Colors of #5D521E
Black with #5D521E
Text Example
Text Example
White with #5D521E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D521E; }
p { color: rgb(93,82,30); }
H1.HeaderClassName
{
color: #5D521E;
}
.AnyTagClassName
{
color: #5D521E;
}
</style>
background-color css
<style>
a { background-color: #5D521E; }
a { background-color: rgb(93,82,30); }
div.DivClassName
{
background-color: #5D521E;
}
.BgClassName
{
background-color: #5D521E;
}
</style>
border-color css
<style>
span { border-color: #5D521E; }
span { border-color: rgb(93,82,30); }
td.TdClassName
{
border-color: #5D521E;
}
.TagClassName
{
border-color: #5D521E;
}
</style>