Shades of Deep Bronze #57442C
Tints of Deep Bronze #57442C
RGB
CMYK
RGB Variations
Color information
#57442C (or 0x57442C) is known color: Deep Bronze. HEX triplet: 57, 44 and 2C. RGB value is (87,68,44). Sum of RGB (Red+Green+Blue) = 87+68+44=199 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.72% from 199); Green value is 68 (26.95% from 255 or 34.17% from 199); Blue value is 44 (17.58% from 255 or 22.11% from 199); Max value from RGB is 87 - color contains mainly: red. Hex color #57442C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57442C is #A8BBD3. Grayscale: #474747. Windows color (decimal): -11058132 or 2901079. OLE color: 2901079.
HSL color Cylindrical-coordinate representation of color #57442C: hue angle of 33.49º degrees, saturation: 0.33, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #57442C is Cyan = 0, Magento = 0.22, Yellow = 0.49 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 68 | 44 | - |
| CMYK | 0 | 0.22 | 0.49 | 0.66 |
| HSL | 33.49º | 0.33% | 0.26% | - |
| HSV(B) | 33.49º | 0.49% | 0.34% | - |
| XYZ | 6.45 | 6.34 | 3.27 | - |
| YUV | 70.95 | 112.79 | 139.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 68 | 44 | 0 | 0.22 | 0.49 | 0.66 | 33.49 | 0.33 | 0.26 |
| Hex | 57 | 44 | 2C | 0 | 16 | 31 | 42 | 21 | 21 | 1A |
| Octal | 127 | 104 | 54 | 0 | 26 | 61 | 102 | 41 | 41 | 32 |
| Binary | 1010111 | 1000100 | 101100 | 0 | 10110 | 110001 | 1000010 | 100001 | 100001 | 11010 |
Color Harmonies of #57442C
Complementary color
Monochromatic Colors of #57442C
Black with #57442C
Text Example
Text Example
White with #57442C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57442C; }
p { color: rgb(87,68,44); }
H1.HeaderClassName
{
color: #57442C;
}
.AnyTagClassName
{
color: #57442C;
}
</style>
background-color css
<style>
a { background-color: #57442C; }
a { background-color: rgb(87,68,44); }
div.DivClassName
{
background-color: #57442C;
}
.BgClassName
{
background-color: #57442C;
}
</style>
border-color css
<style>
span { border-color: #57442C; }
span { border-color: rgb(87,68,44); }
td.TdClassName
{
border-color: #57442C;
}
.TagClassName
{
border-color: #57442C;
}
</style>