Shades of Bronze Olive #574A2A
Tints of Bronze Olive #574A2A
RGB
CMYK
RGB Variations
Color information
#574A2A (or 0x574A2A) is known color: Bronze Olive. HEX triplet: 57, 4A and 2A. RGB value is (87,74,42). Sum of RGB (Red+Green+Blue) = 87+74+42=203 (26% of max value = 765). Red value is 87 (34.38% from 255 or 42.86% from 203); Green value is 74 (29.30% from 255 or 36.45% from 203); Blue value is 42 (16.80% from 255 or 20.69% from 203); Max value from RGB is 87 - color contains mainly: red. Hex color #574A2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574A2A is #A8B5D5. Grayscale: #4A4A4A. Windows color (decimal): -11056598 or 2771543. OLE color: 2771543.
HSL color Cylindrical-coordinate representation of color #574A2A: hue angle of 42.67º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #574A2A is Cyan = 0, Magento = 0.15, Yellow = 0.52 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 74 | 42 | - |
| CMYK | 0 | 0.15 | 0.52 | 0.66 |
| HSL | 42.67º | 0.35% | 0.25% | - |
| HSV(B) | 42.67º | 0.52% | 0.34% | - |
| XYZ | 6.8 | 7.09 | 3.2 | - |
| YUV | 74.24 | 109.81 | 137.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 74 | 42 | 0 | 0.15 | 0.52 | 0.66 | 42.67 | 0.35 | 0.25 |
| Hex | 57 | 4A | 2A | 0 | F | 34 | 42 | 2B | 23 | 19 |
| Octal | 127 | 112 | 52 | 0 | 17 | 64 | 102 | 53 | 43 | 31 |
| Binary | 1010111 | 1001010 | 101010 | 0 | 1111 | 110100 | 1000010 | 101011 | 100011 | 11001 |
Color Harmonies of #574A2A
Complementary color
Monochromatic Colors of #574A2A
Black with #574A2A
Text Example
Text Example
White with #574A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574A2A; }
p { color: rgb(87,74,42); }
H1.HeaderClassName
{
color: #574A2A;
}
.AnyTagClassName
{
color: #574A2A;
}
</style>
background-color css
<style>
a { background-color: #574A2A; }
a { background-color: rgb(87,74,42); }
div.DivClassName
{
background-color: #574A2A;
}
.BgClassName
{
background-color: #574A2A;
}
</style>
border-color css
<style>
span { border-color: #574A2A; }
span { border-color: rgb(87,74,42); }
td.TdClassName
{
border-color: #574A2A;
}
.TagClassName
{
border-color: #574A2A;
}
</style>