Shades of Bronze Olive #575315
Tints of Bronze Olive #575315
RGB
CMYK
RGB Variations
Color information
#575315 (or 0x575315) is known color: Bronze Olive. HEX triplet: 57, 53 and 15. RGB value is (87,83,21). Sum of RGB (Red+Green+Blue) = 87+83+21=191 (25% of max value = 765). Red value is 87 (34.38% from 255 or 45.55% from 191); Green value is 83 (32.81% from 255 or 43.46% from 191); Blue value is 21 (8.59% from 255 or 10.99% from 191); Max value from RGB is 87 - color contains mainly: red. Hex color #575315 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #575315 is #A8ACEA. Grayscale: #4D4D4D. Windows color (decimal): -11054315 or 1397591. OLE color: 1397591.
HSL color Cylindrical-coordinate representation of color #575315: hue angle of 56.36º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #575315 is Cyan = 0, Magento = 0.05, Yellow = 0.76 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 83 | 21 | - |
| CMYK | 0 | 0.05 | 0.76 | 0.66 |
| HSL | 56.36º | 0.61% | 0.21% | - |
| HSV(B) | 56.36º | 0.76% | 0.34% | - |
| XYZ | 7.16 | 8.27 | 1.93 | - |
| YUV | 77.13 | 96.33 | 135.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 83 | 21 | 0 | 0.05 | 0.76 | 0.66 | 56.36 | 0.61 | 0.21 |
| Hex | 57 | 53 | 15 | 0 | 5 | 4C | 42 | 38 | 3D | 15 |
| Octal | 127 | 123 | 25 | 0 | 5 | 114 | 102 | 70 | 75 | 25 |
| Binary | 1010111 | 1010011 | 10101 | 0 | 101 | 1001100 | 1000010 | 111000 | 111101 | 10101 |
Color Harmonies of #575315
Complementary color
Monochromatic Colors of #575315
Black with #575315
Text Example
Text Example
White with #575315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575315; }
p { color: rgb(87,83,21); }
H1.HeaderClassName
{
color: #575315;
}
.AnyTagClassName
{
color: #575315;
}
</style>
background-color css
<style>
a { background-color: #575315; }
a { background-color: rgb(87,83,21); }
div.DivClassName
{
background-color: #575315;
}
.BgClassName
{
background-color: #575315;
}
</style>
border-color css
<style>
span { border-color: #575315; }
span { border-color: rgb(87,83,21); }
td.TdClassName
{
border-color: #575315;
}
.TagClassName
{
border-color: #575315;
}
</style>