Shades of Bronze Olive #574B0A
Tints of Bronze Olive #574B0A
RGB
CMYK
RGB Variations
Color information
#574B0A (or 0x574B0A) is known color: Bronze Olive. HEX triplet: 57, 4B and 0A. RGB value is (87,75,10). Sum of RGB (Red+Green+Blue) = 87+75+10=172 (22% of max value = 765). Red value is 87 (34.38% from 255 or 50.58% from 172); Green value is 75 (29.69% from 255 or 43.60% from 172); Blue value is 10 (4.30% from 255 or 5.81% from 172); Max value from RGB is 87 - color contains mainly: red. Hex color #574B0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #574B0A is #A8B4F5. Grayscale: #474747. Windows color (decimal): -11056374 or 674647. OLE color: 674647.
HSL color Cylindrical-coordinate representation of color #574B0A: hue angle of 50.65º 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 #574B0A is Cyan = 0, Magento = 0.14, Yellow = 0.89 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 75 | 10 | - |
| CMYK | 0 | 0.14 | 0.89 | 0.66 |
| HSL | 50.65º | 0.79% | 0.19% | - |
| HSV(B) | 50.65º | 0.89% | 0.34% | - |
| XYZ | 6.5 | 7.08 | 1.31 | - |
| YUV | 71.18 | 93.48 | 139.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 75 | 10 | 0 | 0.14 | 0.89 | 0.66 | 50.65 | 0.79 | 0.19 |
| Hex | 57 | 4B | A | 0 | E | 59 | 42 | 33 | 4F | 13 |
| Octal | 127 | 113 | 12 | 0 | 16 | 131 | 102 | 63 | 117 | 23 |
| Binary | 1010111 | 1001011 | 1010 | 0 | 1110 | 1011001 | 1000010 | 110011 | 1001111 | 10011 |
Color Harmonies of #574B0A
Complementary color
Monochromatic Colors of #574B0A
Black with #574B0A
Text Example
Text Example
White with #574B0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574B0A; }
p { color: rgb(87,75,10); }
H1.HeaderClassName
{
color: #574B0A;
}
.AnyTagClassName
{
color: #574B0A;
}
</style>
background-color css
<style>
a { background-color: #574B0A; }
a { background-color: rgb(87,75,10); }
div.DivClassName
{
background-color: #574B0A;
}
.BgClassName
{
background-color: #574B0A;
}
</style>
border-color css
<style>
span { border-color: #574B0A; }
span { border-color: rgb(87,75,10); }
td.TdClassName
{
border-color: #574B0A;
}
.TagClassName
{
border-color: #574B0A;
}
</style>