Shades of Deep Bronze #57442E
Tints of Deep Bronze #57442E
RGB
CMYK
RGB Variations
Color information
#57442E (or 0x57442E) is known color: Deep Bronze. HEX triplet: 57, 44 and 2E. RGB value is (87,68,46). Sum of RGB (Red+Green+Blue) = 87+68+46=201 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.28% from 201); Green value is 68 (26.95% from 255 or 33.83% from 201); Blue value is 46 (18.36% from 255 or 22.89% from 201); Max value from RGB is 87 - color contains mainly: red. Hex color #57442E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57442E is #A8BBD1. Grayscale: #474747. Windows color (decimal): -11058130 or 3032151. OLE color: 3032151.
HSL color Cylindrical-coordinate representation of color #57442E: hue angle of 32.2º degrees, saturation: 0.31, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #57442E is Cyan = 0, Magento = 0.22, Yellow = 0.47 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 68 | 46 | - |
| CMYK | 0 | 0.22 | 0.47 | 0.66 |
| HSL | 32.2º | 0.31% | 0.26% | - |
| HSV(B) | 32.2º | 0.47% | 0.34% | - |
| XYZ | 6.49 | 6.36 | 3.47 | - |
| YUV | 71.17 | 113.79 | 139.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 68 | 46 | 0 | 0.22 | 0.47 | 0.66 | 32.2 | 0.31 | 0.26 |
| Hex | 57 | 44 | 2E | 0 | 16 | 2F | 42 | 20 | 1F | 1A |
| Octal | 127 | 104 | 56 | 0 | 26 | 57 | 102 | 40 | 37 | 32 |
| Binary | 1010111 | 1000100 | 101110 | 0 | 10110 | 101111 | 1000010 | 100000 | 11111 | 11010 |
Color Harmonies of #57442E
Complementary color
Monochromatic Colors of #57442E
Black with #57442E
Text Example
Text Example
White with #57442E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57442E; }
p { color: rgb(87,68,46); }
H1.HeaderClassName
{
color: #57442E;
}
.AnyTagClassName
{
color: #57442E;
}
</style>
background-color css
<style>
a { background-color: #57442E; }
a { background-color: rgb(87,68,46); }
div.DivClassName
{
background-color: #57442E;
}
.BgClassName
{
background-color: #57442E;
}
</style>
border-color css
<style>
span { border-color: #57442E; }
span { border-color: rgb(87,68,46); }
td.TdClassName
{
border-color: #57442E;
}
.TagClassName
{
border-color: #57442E;
}
</style>