Shades of Bronze Olive #57440A
Tints of Bronze Olive #57440A
RGB
CMYK
RGB Variations
Color information
#57440A (or 0x57440A) is known color: Bronze Olive. HEX triplet: 57, 44 and 0A. RGB value is (87,68,10). Sum of RGB (Red+Green+Blue) = 87+68+10=165 (21% of max value = 765). Red value is 87 (34.38% from 255 or 52.73% from 165); Green value is 68 (26.95% from 255 or 41.21% from 165); Blue value is 10 (4.30% from 255 or 6.06% from 165); Max value from RGB is 87 - color contains mainly: red. Hex color #57440A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #57440A is #A8BBF5. Grayscale: #434343. Windows color (decimal): -11058166 or 672855. OLE color: 672855.
HSL color Cylindrical-coordinate representation of color #57440A: hue angle of 45.19º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #57440A is Cyan = 0, Magento = 0.22, Yellow = 0.89 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 68 | 10 | - |
| CMYK | 0 | 0.22 | 0.89 | 0.66 |
| HSL | 45.19º | 0.79% | 0.19% | - |
| HSV(B) | 45.19º | 0.89% | 0.34% | - |
| XYZ | 6.05 | 6.18 | 1.16 | - |
| YUV | 67.07 | 95.79 | 142.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 68 | 10 | 0 | 0.22 | 0.89 | 0.66 | 45.19 | 0.79 | 0.19 |
| Hex | 57 | 44 | A | 0 | 16 | 59 | 42 | 2D | 4F | 13 |
| Octal | 127 | 104 | 12 | 0 | 26 | 131 | 102 | 55 | 117 | 23 |
| Binary | 1010111 | 1000100 | 1010 | 0 | 10110 | 1011001 | 1000010 | 101101 | 1001111 | 10011 |
Color Harmonies of #57440A
Complementary color
Monochromatic Colors of #57440A
Black with #57440A
Text Example
Text Example
White with #57440A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57440A; }
p { color: rgb(87,68,10); }
H1.HeaderClassName
{
color: #57440A;
}
.AnyTagClassName
{
color: #57440A;
}
</style>
background-color css
<style>
a { background-color: #57440A; }
a { background-color: rgb(87,68,10); }
div.DivClassName
{
background-color: #57440A;
}
.BgClassName
{
background-color: #57440A;
}
</style>
border-color css
<style>
span { border-color: #57440A; }
span { border-color: rgb(87,68,10); }
td.TdClassName
{
border-color: #57440A;
}
.TagClassName
{
border-color: #57440A;
}
</style>