Shades of Deep Bronze #57412D
Tints of Deep Bronze #57412D
RGB
CMYK
RGB Variations
Color information
#57412D (or 0x57412D) is known color: Deep Bronze. HEX triplet: 57, 41 and 2D. RGB value is (87,65,45). Sum of RGB (Red+Green+Blue) = 87+65+45=197 (26% of max value = 765). Red value is 87 (34.38% from 255 or 44.16% from 197); Green value is 65 (25.78% from 255 or 32.99% from 197); Blue value is 45 (17.97% from 255 or 22.84% from 197); Max value from RGB is 87 - color contains mainly: red. Hex color #57412D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57412D is #A8BED2. Grayscale: #454545. Windows color (decimal): -11058899 or 2965847. OLE color: 2965847.
HSL color Cylindrical-coordinate representation of color #57412D: hue angle of 28.57º degrees, saturation: 0.32, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #57412D is Cyan = 0, Magento = 0.25, Yellow = 0.48 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 65 | 45 | - |
| CMYK | 0 | 0.25 | 0.48 | 0.66 |
| HSL | 28.57º | 0.32% | 0.26% | - |
| HSV(B) | 28.57º | 0.48% | 0.34% | - |
| XYZ | 6.29 | 6 | 3.31 | - |
| YUV | 69.3 | 114.29 | 140.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 65 | 45 | 0 | 0.25 | 0.48 | 0.66 | 28.57 | 0.32 | 0.26 |
| Hex | 57 | 41 | 2D | 0 | 19 | 30 | 42 | 1D | 20 | 1A |
| Octal | 127 | 101 | 55 | 0 | 31 | 60 | 102 | 35 | 40 | 32 |
| Binary | 1010111 | 1000001 | 101101 | 0 | 11001 | 110000 | 1000010 | 11101 | 100000 | 11010 |
Color Harmonies of #57412D
Complementary color
Monochromatic Colors of #57412D
Black with #57412D
Text Example
Text Example
White with #57412D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57412D; }
p { color: rgb(87,65,45); }
H1.HeaderClassName
{
color: #57412D;
}
.AnyTagClassName
{
color: #57412D;
}
</style>
background-color css
<style>
a { background-color: #57412D; }
a { background-color: rgb(87,65,45); }
div.DivClassName
{
background-color: #57412D;
}
.BgClassName
{
background-color: #57412D;
}
</style>
border-color css
<style>
span { border-color: #57412D; }
span { border-color: rgb(87,65,45); }
td.TdClassName
{
border-color: #57412D;
}
.TagClassName
{
border-color: #57412D;
}
</style>