Shades of Bronze Olive #574B0C
Tints of Bronze Olive #574B0C
RGB
CMYK
RGB Variations
Color information
#574B0C (or 0x574B0C) is known color: Bronze Olive. HEX triplet: 57, 4B and 0C. RGB value is (87,75,12). Sum of RGB (Red+Green+Blue) = 87+75+12=174 (23% of max value = 765). Red value is 87 (34.38% from 255 or 50% from 174); Green value is 75 (29.69% from 255 or 43.10% from 174); Blue value is 12 (5.08% from 255 or 6.90% from 174); Max value from RGB is 87 - color contains mainly: red. Hex color #574B0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #574B0C is #A8B4F3. Grayscale: #474747. Windows color (decimal): -11056372 or 805719. OLE color: 805719.
HSL color Cylindrical-coordinate representation of color #574B0C: hue angle of 50.4º degrees, saturation: 0.76, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #574B0C is Cyan = 0, Magento = 0.14, Yellow = 0.86 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 75 | 12 | - |
| CMYK | 0 | 0.14 | 0.86 | 0.66 |
| HSL | 50.4º | 0.76% | 0.19% | - |
| HSV(B) | 50.4º | 0.86% | 0.34% | - |
| XYZ | 6.51 | 7.08 | 1.37 | - |
| YUV | 71.41 | 94.48 | 139.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 75 | 12 | 0 | 0.14 | 0.86 | 0.66 | 50.4 | 0.76 | 0.19 |
| Hex | 57 | 4B | C | 0 | E | 56 | 42 | 32 | 4C | 13 |
| Octal | 127 | 113 | 14 | 0 | 16 | 126 | 102 | 62 | 114 | 23 |
| Binary | 1010111 | 1001011 | 1100 | 0 | 1110 | 1010110 | 1000010 | 110010 | 1001100 | 10011 |
Color Harmonies of #574B0C
Complementary color
Monochromatic Colors of #574B0C
Black with #574B0C
Text Example
Text Example
White with #574B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574B0C; }
p { color: rgb(87,75,12); }
H1.HeaderClassName
{
color: #574B0C;
}
.AnyTagClassName
{
color: #574B0C;
}
</style>
background-color css
<style>
a { background-color: #574B0C; }
a { background-color: rgb(87,75,12); }
div.DivClassName
{
background-color: #574B0C;
}
.BgClassName
{
background-color: #574B0C;
}
</style>
border-color css
<style>
span { border-color: #574B0C; }
span { border-color: rgb(87,75,12); }
td.TdClassName
{
border-color: #574B0C;
}
.TagClassName
{
border-color: #574B0C;
}
</style>