Shades of Bronze Olive #574B09
Tints of Bronze Olive #574B09
RGB
CMYK
RGB Variations
Color information
#574B09 (or 0x574B09) is known color: Bronze Olive. HEX triplet: 57, 4B and 09. RGB value is (87,75,9). Sum of RGB (Red+Green+Blue) = 87+75+9=171 (22% of max value = 765). Red value is 87 (34.38% from 255 or 50.88% from 171); Green value is 75 (29.69% from 255 or 43.86% from 171); Blue value is 9 (3.91% from 255 or 5.26% from 171); Max value from RGB is 87 - color contains mainly: red. Hex color #574B09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #574B09 is #A8B4F6. Grayscale: #474747. Windows color (decimal): -11056375 or 609111. OLE color: 609111.
HSL color Cylindrical-coordinate representation of color #574B09: hue angle of 50.77º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #574B09 is Cyan = 0, Magento = 0.14, Yellow = 0.90 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 75 | 9 | - |
| CMYK | 0 | 0.14 | 0.90 | 0.66 |
| HSL | 50.77º | 0.81% | 0.19% | - |
| HSV(B) | 50.77º | 0.9% | 0.34% | - |
| XYZ | 6.5 | 7.08 | 1.28 | - |
| YUV | 71.06 | 92.98 | 139.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 75 | 9 | 0 | 0.14 | 0.90 | 0.66 | 50.77 | 0.81 | 0.19 |
| Hex | 57 | 4B | 9 | 0 | E | 5A | 42 | 33 | 51 | 13 |
| Octal | 127 | 113 | 11 | 0 | 16 | 132 | 102 | 63 | 121 | 23 |
| Binary | 1010111 | 1001011 | 1001 | 0 | 1110 | 1011010 | 1000010 | 110011 | 1010001 | 10011 |
Color Harmonies of #574B09
Complementary color
Monochromatic Colors of #574B09
Black with #574B09
Text Example
Text Example
White with #574B09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574B09; }
p { color: rgb(87,75,9); }
H1.HeaderClassName
{
color: #574B09;
}
.AnyTagClassName
{
color: #574B09;
}
</style>
background-color css
<style>
a { background-color: #574B09; }
a { background-color: rgb(87,75,9); }
div.DivClassName
{
background-color: #574B09;
}
.BgClassName
{
background-color: #574B09;
}
</style>
border-color css
<style>
span { border-color: #574B09; }
span { border-color: rgb(87,75,9); }
td.TdClassName
{
border-color: #574B09;
}
.TagClassName
{
border-color: #574B09;
}
</style>