Shades of Bronze Olive #575317
Tints of Bronze Olive #575317
RGB
CMYK
RGB Variations
Color information
#575317 (or 0x575317) is known color: Bronze Olive. HEX triplet: 57, 53 and 17. RGB value is (87,83,23). Sum of RGB (Red+Green+Blue) = 87+83+23=193 (25% of max value = 765). Red value is 87 (34.38% from 255 or 45.08% from 193); Green value is 83 (32.81% from 255 or 43.01% from 193); Blue value is 23 (9.38% from 255 or 11.92% from 193); Max value from RGB is 87 - color contains mainly: red. Hex color #575317 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #575317 is #A8ACE8. Grayscale: #4D4D4D. Windows color (decimal): -11054313 or 1528663. OLE color: 1528663.
HSL color Cylindrical-coordinate representation of color #575317: hue angle of 56.25º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #575317 is Cyan = 0, Magento = 0.05, Yellow = 0.74 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 83 | 23 | - |
| CMYK | 0 | 0.05 | 0.74 | 0.66 |
| HSL | 56.25º | 0.58% | 0.22% | - |
| HSV(B) | 56.25º | 0.74% | 0.34% | - |
| XYZ | 7.18 | 8.27 | 2.03 | - |
| YUV | 77.36 | 97.33 | 134.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 83 | 23 | 0 | 0.05 | 0.74 | 0.66 | 56.25 | 0.58 | 0.22 |
| Hex | 57 | 53 | 17 | 0 | 5 | 4A | 42 | 38 | 3A | 16 |
| Octal | 127 | 123 | 27 | 0 | 5 | 112 | 102 | 70 | 72 | 26 |
| Binary | 1010111 | 1010011 | 10111 | 0 | 101 | 1001010 | 1000010 | 111000 | 111010 | 10110 |
Color Harmonies of #575317
Complementary color
Monochromatic Colors of #575317
Black with #575317
Text Example
Text Example
White with #575317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575317; }
p { color: rgb(87,83,23); }
H1.HeaderClassName
{
color: #575317;
}
.AnyTagClassName
{
color: #575317;
}
</style>
background-color css
<style>
a { background-color: #575317; }
a { background-color: rgb(87,83,23); }
div.DivClassName
{
background-color: #575317;
}
.BgClassName
{
background-color: #575317;
}
</style>
border-color css
<style>
span { border-color: #575317; }
span { border-color: rgb(87,83,23); }
td.TdClassName
{
border-color: #575317;
}
.TagClassName
{
border-color: #575317;
}
</style>