Shades of Bronze Olive #57440C
Tints of Bronze Olive #57440C
RGB
CMYK
RGB Variations
Color information
#57440C (or 0x57440C) is known color: Bronze Olive. HEX triplet: 57, 44 and 0C. RGB value is (87,68,12). Sum of RGB (Red+Green+Blue) = 87+68+12=167 (22% of max value = 765). Red value is 87 (34.38% from 255 or 52.10% from 167); Green value is 68 (26.95% from 255 or 40.72% from 167); Blue value is 12 (5.08% from 255 or 7.19% from 167); Max value from RGB is 87 - color contains mainly: red. Hex color #57440C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #57440C is #A8BBF3. Grayscale: #434343. Windows color (decimal): -11058164 or 803927. OLE color: 803927.
HSL color Cylindrical-coordinate representation of color #57440C: hue angle of 44.8º degrees, saturation: 0.76, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #57440C is Cyan = 0, Magento = 0.22, Yellow = 0.86 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 68 | 12 | - |
| CMYK | 0 | 0.22 | 0.86 | 0.66 |
| HSL | 44.8º | 0.76% | 0.19% | - |
| HSV(B) | 44.8º | 0.86% | 0.34% | - |
| XYZ | 6.06 | 6.19 | 1.22 | - |
| YUV | 67.3 | 96.79 | 142.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 68 | 12 | 0 | 0.22 | 0.86 | 0.66 | 44.8 | 0.76 | 0.19 |
| Hex | 57 | 44 | C | 0 | 16 | 56 | 42 | 2D | 4C | 13 |
| Octal | 127 | 104 | 14 | 0 | 26 | 126 | 102 | 55 | 114 | 23 |
| Binary | 1010111 | 1000100 | 1100 | 0 | 10110 | 1010110 | 1000010 | 101101 | 1001100 | 10011 |
Color Harmonies of #57440C
Complementary color
Monochromatic Colors of #57440C
Black with #57440C
Text Example
Text Example
White with #57440C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57440C; }
p { color: rgb(87,68,12); }
H1.HeaderClassName
{
color: #57440C;
}
.AnyTagClassName
{
color: #57440C;
}
</style>
background-color css
<style>
a { background-color: #57440C; }
a { background-color: rgb(87,68,12); }
div.DivClassName
{
background-color: #57440C;
}
.BgClassName
{
background-color: #57440C;
}
</style>
border-color css
<style>
span { border-color: #57440C; }
span { border-color: rgb(87,68,12); }
td.TdClassName
{
border-color: #57440C;
}
.TagClassName
{
border-color: #57440C;
}
</style>