Shades of Bronze Olive #574B1B
Tints of Bronze Olive #574B1B
RGB
CMYK
RGB Variations
Color information
#574B1B (or 0x574B1B) is known color: Bronze Olive. HEX triplet: 57, 4B and 1B. RGB value is (87,75,27). Sum of RGB (Red+Green+Blue) = 87+75+27=189 (25% of max value = 765). Red value is 87 (34.38% from 255 or 46.03% from 189); Green value is 75 (29.69% from 255 or 39.68% from 189); Blue value is 27 (10.94% from 255 or 14.29% from 189); Max value from RGB is 87 - color contains mainly: red. Hex color #574B1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574B1B is #A8B4E4. Grayscale: #494949. Windows color (decimal): -11056357 or 1788759. OLE color: 1788759.
HSL color Cylindrical-coordinate representation of color #574B1B: hue angle of 48º degrees, saturation: 0.53, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #574B1B is Cyan = 0, Magento = 0.14, Yellow = 0.69 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 75 | 27 | - |
| CMYK | 0 | 0.14 | 0.69 | 0.66 |
| HSL | 48º | 0.53% | 0.22% | - |
| HSV(B) | 48º | 0.69% | 0.34% | - |
| XYZ | 6.64 | 7.14 | 2.06 | - |
| YUV | 73.12 | 101.98 | 137.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 75 | 27 | 0 | 0.14 | 0.69 | 0.66 | 48 | 0.53 | 0.22 |
| Hex | 57 | 4B | 1B | 0 | E | 45 | 42 | 30 | 35 | 16 |
| Octal | 127 | 113 | 33 | 0 | 16 | 105 | 102 | 60 | 65 | 26 |
| Binary | 1010111 | 1001011 | 11011 | 0 | 1110 | 1000101 | 1000010 | 110000 | 110101 | 10110 |
Color Harmonies of #574B1B
Complementary color
Monochromatic Colors of #574B1B
Black with #574B1B
Text Example
Text Example
White with #574B1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574B1B; }
p { color: rgb(87,75,27); }
H1.HeaderClassName
{
color: #574B1B;
}
.AnyTagClassName
{
color: #574B1B;
}
</style>
background-color css
<style>
a { background-color: #574B1B; }
a { background-color: rgb(87,75,27); }
div.DivClassName
{
background-color: #574B1B;
}
.BgClassName
{
background-color: #574B1B;
}
</style>
border-color css
<style>
span { border-color: #574B1B; }
span { border-color: rgb(87,75,27); }
td.TdClassName
{
border-color: #574B1B;
}
.TagClassName
{
border-color: #574B1B;
}
</style>