Shades of Deep Bronze #574528
Tints of Deep Bronze #574528
RGB
CMYK
RGB Variations
Color information
#574528 (or 0x574528) is known color: Deep Bronze. HEX triplet: 57, 45 and 28. RGB value is (87,69,40). Sum of RGB (Red+Green+Blue) = 87+69+40=196 (25% of max value = 765). Red value is 87 (34.38% from 255 or 44.39% from 196); Green value is 69 (27.34% from 255 or 35.20% from 196); Blue value is 40 (16.02% from 255 or 20.41% from 196); Max value from RGB is 87 - color contains mainly: red. Hex color #574528 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574528 is #A8BAD7. Grayscale: #474747. Windows color (decimal): -11057880 or 2639191. OLE color: 2639191.
HSL color Cylindrical-coordinate representation of color #574528: hue angle of 37.02º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #574528 is Cyan = 0, Magento = 0.21, Yellow = 0.54 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 69 | 40 | - |
| CMYK | 0 | 0.21 | 0.54 | 0.66 |
| HSL | 37.02º | 0.37% | 0.25% | - |
| HSV(B) | 37.02º | 0.54% | 0.34% | - |
| XYZ | 6.44 | 6.44 | 2.91 | - |
| YUV | 71.08 | 110.46 | 139.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 69 | 40 | 0 | 0.21 | 0.54 | 0.66 | 37.02 | 0.37 | 0.25 |
| Hex | 57 | 45 | 28 | 0 | 15 | 36 | 42 | 25 | 25 | 19 |
| Octal | 127 | 105 | 50 | 0 | 25 | 66 | 102 | 45 | 45 | 31 |
| Binary | 1010111 | 1000101 | 101000 | 0 | 10101 | 110110 | 1000010 | 100101 | 100101 | 11001 |
Color Harmonies of #574528
Complementary color
Monochromatic Colors of #574528
Black with #574528
Text Example
Text Example
White with #574528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574528; }
p { color: rgb(87,69,40); }
H1.HeaderClassName
{
color: #574528;
}
.AnyTagClassName
{
color: #574528;
}
</style>
background-color css
<style>
a { background-color: #574528; }
a { background-color: rgb(87,69,40); }
div.DivClassName
{
background-color: #574528;
}
.BgClassName
{
background-color: #574528;
}
</style>
border-color css
<style>
span { border-color: #574528; }
span { border-color: rgb(87,69,40); }
td.TdClassName
{
border-color: #574528;
}
.TagClassName
{
border-color: #574528;
}
</style>