Shades of Bronze Olive #5D570C
Tints of Bronze Olive #5D570C
RGB
CMYK
RGB Variations
Color information
#5D570C (or 0x5D570C) is known color: Bronze Olive. HEX triplet: 5D, 57 and 0C. RGB value is (93,87,12). Sum of RGB (Red+Green+Blue) = 93+87+12=192 (25% of max value = 765). Red value is 93 (36.72% from 255 or 48.44% from 192); Green value is 87 (34.38% from 255 or 45.31% from 192); Blue value is 12 (5.08% from 255 or 6.25% from 192); Max value from RGB is 93 - color contains mainly: red. Hex color #5D570C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5D570C is #A2A8F3. Grayscale: #505050. Windows color (decimal): -10660084 or 808797. OLE color: 808797.
HSL color Cylindrical-coordinate representation of color #5D570C: hue angle of 55.56º degrees, saturation: 0.77, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5D570C is Cyan = 0, Magento = 0.06, Yellow = 0.87 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 87 | 12 | - |
| CMYK | 0 | 0.06 | 0.87 | 0.64 |
| HSL | 55.56º | 0.77% | 0.21% | - |
| HSV(B) | 55.56º | 0.87% | 0.36% | - |
| XYZ | 7.99 | 9.17 | 1.7 | - |
| YUV | 80.24 | 89.49 | 137.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 87 | 12 | 0 | 0.06 | 0.87 | 0.64 | 55.56 | 0.77 | 0.21 |
| Hex | 5D | 57 | C | 0 | 6 | 57 | 40 | 38 | 4D | 15 |
| Octal | 135 | 127 | 14 | 0 | 6 | 127 | 100 | 70 | 115 | 25 |
| Binary | 1011101 | 1010111 | 1100 | 0 | 110 | 1010111 | 1000000 | 111000 | 1001101 | 10101 |
Color Harmonies of #5D570C
Complementary color
Monochromatic Colors of #5D570C
Black with #5D570C
Text Example
Text Example
White with #5D570C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D570C; }
p { color: rgb(93,87,12); }
H1.HeaderClassName
{
color: #5D570C;
}
.AnyTagClassName
{
color: #5D570C;
}
</style>
background-color css
<style>
a { background-color: #5D570C; }
a { background-color: rgb(93,87,12); }
div.DivClassName
{
background-color: #5D570C;
}
.BgClassName
{
background-color: #5D570C;
}
</style>
border-color css
<style>
span { border-color: #5D570C; }
span { border-color: rgb(93,87,12); }
td.TdClassName
{
border-color: #5D570C;
}
.TagClassName
{
border-color: #5D570C;
}
</style>