Shades of Deep Bronze #574424
Tints of Deep Bronze #574424
RGB
CMYK
RGB Variations
Color information
#574424 (or 0x574424) is known color: Deep Bronze. HEX triplet: 57, 44 and 24. RGB value is (87,68,36). Sum of RGB (Red+Green+Blue) = 87+68+36=191 (25% of max value = 765). Red value is 87 (34.38% from 255 or 45.55% from 191); Green value is 68 (26.95% from 255 or 35.60% from 191); Blue value is 36 (14.45% from 255 or 18.85% from 191); Max value from RGB is 87 - color contains mainly: red. Hex color #574424 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574424 is #A8BBDB. Grayscale: #464646. Windows color (decimal): -11058140 or 2376791. OLE color: 2376791.
HSL color Cylindrical-coordinate representation of color #574424: hue angle of 37.65º degrees, saturation: 0.41, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #574424 is Cyan = 0, Magento = 0.22, Yellow = 0.59 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 68 | 36 | - |
| CMYK | 0 | 0.22 | 0.59 | 0.66 |
| HSL | 37.65º | 0.41% | 0.24% | - |
| HSV(B) | 37.65º | 0.59% | 0.34% | - |
| XYZ | 6.32 | 6.29 | 2.55 | - |
| YUV | 70.03 | 108.79 | 140.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 68 | 36 | 0 | 0.22 | 0.59 | 0.66 | 37.65 | 0.41 | 0.24 |
| Hex | 57 | 44 | 24 | 0 | 16 | 3B | 42 | 26 | 29 | 18 |
| Octal | 127 | 104 | 44 | 0 | 26 | 73 | 102 | 46 | 51 | 30 |
| Binary | 1010111 | 1000100 | 100100 | 0 | 10110 | 111011 | 1000010 | 100110 | 101001 | 11000 |
Color Harmonies of #574424
Complementary color
Monochromatic Colors of #574424
Black with #574424
Text Example
Text Example
White with #574424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574424; }
p { color: rgb(87,68,36); }
H1.HeaderClassName
{
color: #574424;
}
.AnyTagClassName
{
color: #574424;
}
</style>
background-color css
<style>
a { background-color: #574424; }
a { background-color: rgb(87,68,36); }
div.DivClassName
{
background-color: #574424;
}
.BgClassName
{
background-color: #574424;
}
</style>
border-color css
<style>
span { border-color: #574424; }
span { border-color: rgb(87,68,36); }
td.TdClassName
{
border-color: #574424;
}
.TagClassName
{
border-color: #574424;
}
</style>