Shades of Metallic Bronze #574B3C
Tints of Metallic Bronze #574B3C
RGB
CMYK
RGB Variations
Color information
#574B3C (or 0x574B3C) is known color: Metallic Bronze. HEX triplet: 57, 4B and 3C. RGB value is (87,75,60). Sum of RGB (Red+Green+Blue) = 87+75+60=222 (29% of max value = 765). Red value is 87 (34.38% from 255 or 39.19% from 222); Green value is 75 (29.69% from 255 or 33.78% from 222); Blue value is 60 (23.83% from 255 or 27.03% from 222); Max value from RGB is 87 - color contains mainly: red. Hex color #574B3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574B3C is #A8B4C3. Grayscale: #4C4C4C. Windows color (decimal): -11056324 or 3951447. OLE color: 3951447.
HSL color Cylindrical-coordinate representation of color #574B3C: hue angle of 33.33º degrees, saturation: 0.18, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #574B3C is Cyan = 0, Magento = 0.14, Yellow = 0.31 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 75 | 60 | - |
| CMYK | 0 | 0.14 | 0.31 | 0.66 |
| HSL | 33.33º | 0.18% | 0.29% | - |
| HSV(B) | 33.33º | 0.31% | 0.34% | - |
| XYZ | 7.26 | 7.38 | 5.32 | - |
| YUV | 76.88 | 118.48 | 135.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 75 | 60 | 0 | 0.14 | 0.31 | 0.66 | 33.33 | 0.18 | 0.29 |
| Hex | 57 | 4B | 3C | 0 | E | 1F | 42 | 21 | 12 | 1D |
| Octal | 127 | 113 | 74 | 0 | 16 | 37 | 102 | 41 | 22 | 35 |
| Binary | 1010111 | 1001011 | 111100 | 0 | 1110 | 11111 | 1000010 | 100001 | 10010 | 11101 |
Color Harmonies of #574B3C
Complementary color
Monochromatic Colors of #574B3C
Black with #574B3C
Text Example
Text Example
White with #574B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574B3C; }
p { color: rgb(87,75,60); }
H1.HeaderClassName
{
color: #574B3C;
}
.AnyTagClassName
{
color: #574B3C;
}
</style>
background-color css
<style>
a { background-color: #574B3C; }
a { background-color: rgb(87,75,60); }
div.DivClassName
{
background-color: #574B3C;
}
.BgClassName
{
background-color: #574B3C;
}
</style>
border-color css
<style>
span { border-color: #574B3C; }
span { border-color: rgb(87,75,60); }
td.TdClassName
{
border-color: #574B3C;
}
.TagClassName
{
border-color: #574B3C;
}
</style>