Shades of Bronze Olive #574B2B
Tints of Bronze Olive #574B2B
RGB
CMYK
RGB Variations
Color information
#574B2B (or 0x574B2B) is known color: Bronze Olive. HEX triplet: 57, 4B and 2B. RGB value is (87,75,43). Sum of RGB (Red+Green+Blue) = 87+75+43=205 (27% of max value = 765). Red value is 87 (34.38% from 255 or 42.44% from 205); Green value is 75 (29.69% from 255 or 36.59% from 205); Blue value is 43 (17.19% from 255 or 20.98% from 205); Max value from RGB is 87 - color contains mainly: red. Hex color #574B2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574B2B is #A8B4D4. Grayscale: #4B4B4B. Windows color (decimal): -11056341 or 2837335. OLE color: 2837335.
HSL color Cylindrical-coordinate representation of color #574B2B: hue angle of 43.64º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #574B2B is Cyan = 0, Magento = 0.14, Yellow = 0.51 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 75 | 43 | - |
| CMYK | 0 | 0.14 | 0.51 | 0.66 |
| HSL | 43.64º | 0.34% | 0.25% | - |
| HSV(B) | 43.64º | 0.51% | 0.34% | - |
| XYZ | 6.88 | 7.23 | 3.32 | - |
| YUV | 74.94 | 109.98 | 136.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 75 | 43 | 0 | 0.14 | 0.51 | 0.66 | 43.64 | 0.34 | 0.25 |
| Hex | 57 | 4B | 2B | 0 | E | 33 | 42 | 2C | 22 | 19 |
| Octal | 127 | 113 | 53 | 0 | 16 | 63 | 102 | 54 | 42 | 31 |
| Binary | 1010111 | 1001011 | 101011 | 0 | 1110 | 110011 | 1000010 | 101100 | 100010 | 11001 |
Color Harmonies of #574B2B
Complementary color
Monochromatic Colors of #574B2B
Black with #574B2B
Text Example
Text Example
White with #574B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574B2B; }
p { color: rgb(87,75,43); }
H1.HeaderClassName
{
color: #574B2B;
}
.AnyTagClassName
{
color: #574B2B;
}
</style>
background-color css
<style>
a { background-color: #574B2B; }
a { background-color: rgb(87,75,43); }
div.DivClassName
{
background-color: #574B2B;
}
.BgClassName
{
background-color: #574B2B;
}
</style>
border-color css
<style>
span { border-color: #574B2B; }
span { border-color: rgb(87,75,43); }
td.TdClassName
{
border-color: #574B2B;
}
.TagClassName
{
border-color: #574B2B;
}
</style>