Shades of Bronze Olive #57511C
Tints of Bronze Olive #57511C
RGB
CMYK
RGB Variations
Color information
#57511C (or 0x57511C) is known color: Bronze Olive. HEX triplet: 57, 51 and 1C. RGB value is (87,81,28). Sum of RGB (Red+Green+Blue) = 87+81+28=196 (25% of max value = 765). Red value is 87 (34.38% from 255 or 44.39% from 196); Green value is 81 (32.03% from 255 or 41.33% from 196); Blue value is 28 (11.33% from 255 or 14.29% from 196); Max value from RGB is 87 - color contains mainly: red. Hex color #57511C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #57511C is #A8AEE3. Grayscale: #4C4C4C. Windows color (decimal): -11054820 or 1855831. OLE color: 1855831.
HSL color Cylindrical-coordinate representation of color #57511C: hue angle of 53.9º degrees, saturation: 0.51, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #57511C is Cyan = 0, Magento = 0.07, Yellow = 0.68 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 81 | 28 | - |
| CMYK | 0 | 0.07 | 0.68 | 0.66 |
| HSL | 53.9º | 0.51% | 0.23% | - |
| HSV(B) | 53.9º | 0.68% | 0.34% | - |
| XYZ | 7.08 | 7.99 | 2.27 | - |
| YUV | 76.75 | 100.49 | 135.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 81 | 28 | 0 | 0.07 | 0.68 | 0.66 | 53.9 | 0.51 | 0.23 |
| Hex | 57 | 51 | 1C | 0 | 7 | 44 | 42 | 36 | 33 | 17 |
| Octal | 127 | 121 | 34 | 0 | 7 | 104 | 102 | 66 | 63 | 27 |
| Binary | 1010111 | 1010001 | 11100 | 0 | 111 | 1000100 | 1000010 | 110110 | 110011 | 10111 |
Color Harmonies of #57511C
Complementary color
Monochromatic Colors of #57511C
Black with #57511C
Text Example
Text Example
White with #57511C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57511C; }
p { color: rgb(87,81,28); }
H1.HeaderClassName
{
color: #57511C;
}
.AnyTagClassName
{
color: #57511C;
}
</style>
background-color css
<style>
a { background-color: #57511C; }
a { background-color: rgb(87,81,28); }
div.DivClassName
{
background-color: #57511C;
}
.BgClassName
{
background-color: #57511C;
}
</style>
border-color css
<style>
span { border-color: #57511C; }
span { border-color: rgb(87,81,28); }
td.TdClassName
{
border-color: #57511C;
}
.TagClassName
{
border-color: #57511C;
}
</style>