Shades of Bronze Olive #574B21
Tints of Bronze Olive #574B21
RGB
CMYK
RGB Variations
Color information
#574B21 (or 0x574B21) is known color: Bronze Olive. HEX triplet: 57, 4B and 21. RGB value is (87,75,33). Sum of RGB (Red+Green+Blue) = 87+75+33=195 (25% of max value = 765). Red value is 87 (34.38% from 255 or 44.62% from 195); Green value is 75 (29.69% from 255 or 38.46% from 195); Blue value is 33 (13.28% from 255 or 16.92% from 195); Max value from RGB is 87 - color contains mainly: red. Hex color #574B21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574B21 is #A8B4DE. Grayscale: #494949. Windows color (decimal): -11056351 or 2181975. OLE color: 2181975.
HSL color Cylindrical-coordinate representation of color #574B21: hue angle of 46.67º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #574B21 is Cyan = 0, Magento = 0.14, Yellow = 0.62 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 75 | 33 | - |
| CMYK | 0 | 0.14 | 0.62 | 0.66 |
| HSL | 46.67º | 0.45% | 0.24% | - |
| HSV(B) | 46.67º | 0.62% | 0.34% | - |
| XYZ | 6.72 | 7.17 | 2.47 | - |
| YUV | 73.8 | 104.98 | 137.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 75 | 33 | 0 | 0.14 | 0.62 | 0.66 | 46.67 | 0.45 | 0.24 |
| Hex | 57 | 4B | 21 | 0 | E | 3E | 42 | 2F | 2D | 18 |
| Octal | 127 | 113 | 41 | 0 | 16 | 76 | 102 | 57 | 55 | 30 |
| Binary | 1010111 | 1001011 | 100001 | 0 | 1110 | 111110 | 1000010 | 101111 | 101101 | 11000 |
Color Harmonies of #574B21
Complementary color
Monochromatic Colors of #574B21
Black with #574B21
Text Example
Text Example
White with #574B21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574B21; }
p { color: rgb(87,75,33); }
H1.HeaderClassName
{
color: #574B21;
}
.AnyTagClassName
{
color: #574B21;
}
</style>
background-color css
<style>
a { background-color: #574B21; }
a { background-color: rgb(87,75,33); }
div.DivClassName
{
background-color: #574B21;
}
.BgClassName
{
background-color: #574B21;
}
</style>
border-color css
<style>
span { border-color: #574B21; }
span { border-color: rgb(87,75,33); }
td.TdClassName
{
border-color: #574B21;
}
.TagClassName
{
border-color: #574B21;
}
</style>