Shades of Bronze Olive #574A12
Tints of Bronze Olive #574A12
RGB
CMYK
RGB Variations
Color information
#574A12 (or 0x574A12) is known color: Bronze Olive. HEX triplet: 57, 4A and 12. RGB value is (87,74,18). Sum of RGB (Red+Green+Blue) = 87+74+18=179 (23% of max value = 765). Red value is 87 (34.38% from 255 or 48.60% from 179); Green value is 74 (29.30% from 255 or 41.34% from 179); Blue value is 18 (7.42% from 255 or 10.06% from 179); Max value from RGB is 87 - color contains mainly: red. Hex color #574A12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #574A12 is #A8B5ED. Grayscale: #474747. Windows color (decimal): -11056622 or 1198679. OLE color: 1198679.
HSL color Cylindrical-coordinate representation of color #574A12: hue angle of 48.7º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #574A12 is Cyan = 0, Magento = 0.15, Yellow = 0.79 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 74 | 18 | - |
| CMYK | 0 | 0.15 | 0.79 | 0.66 |
| HSL | 48.7º | 0.66% | 0.21% | - |
| HSV(B) | 48.7º | 0.79% | 0.34% | - |
| XYZ | 6.49 | 6.97 | 1.58 | - |
| YUV | 71.5 | 97.81 | 139.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 74 | 18 | 0 | 0.15 | 0.79 | 0.66 | 48.7 | 0.66 | 0.21 |
| Hex | 57 | 4A | 12 | 0 | F | 4F | 42 | 31 | 42 | 15 |
| Octal | 127 | 112 | 22 | 0 | 17 | 117 | 102 | 61 | 102 | 25 |
| Binary | 1010111 | 1001010 | 10010 | 0 | 1111 | 1001111 | 1000010 | 110001 | 1000010 | 10101 |
Color Harmonies of #574A12
Complementary color
Monochromatic Colors of #574A12
Black with #574A12
Text Example
Text Example
White with #574A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574A12; }
p { color: rgb(87,74,18); }
H1.HeaderClassName
{
color: #574A12;
}
.AnyTagClassName
{
color: #574A12;
}
</style>
background-color css
<style>
a { background-color: #574A12; }
a { background-color: rgb(87,74,18); }
div.DivClassName
{
background-color: #574A12;
}
.BgClassName
{
background-color: #574A12;
}
</style>
border-color css
<style>
span { border-color: #574A12; }
span { border-color: rgb(87,74,18); }
td.TdClassName
{
border-color: #574A12;
}
.TagClassName
{
border-color: #574A12;
}
</style>