Shades of Deep Bronze #57452F
Tints of Deep Bronze #57452F
RGB
CMYK
RGB Variations
Color information
#57452F (or 0x57452F) is known color: Deep Bronze. HEX triplet: 57, 45 and 2F. RGB value is (87,69,47). Sum of RGB (Red+Green+Blue) = 87+69+47=203 (26% of max value = 765). Red value is 87 (34.38% from 255 or 42.86% from 203); Green value is 69 (27.34% from 255 or 33.99% from 203); Blue value is 47 (18.75% from 255 or 23.15% from 203); Max value from RGB is 87 - color contains mainly: red. Hex color #57452F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57452F is #A8BAD0. Grayscale: #474747. Windows color (decimal): -11057873 or 3097943. OLE color: 3097943.
HSL color Cylindrical-coordinate representation of color #57452F: hue angle of 33º degrees, saturation: 0.3, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #57452F is Cyan = 0, Magento = 0.21, Yellow = 0.46 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 69 | 47 | - |
| CMYK | 0 | 0.21 | 0.46 | 0.66 |
| HSL | 33º | 0.3% | 0.26% | - |
| HSV(B) | 33º | 0.46% | 0.34% | - |
| XYZ | 6.57 | 6.49 | 3.6 | - |
| YUV | 71.87 | 113.96 | 138.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 69 | 47 | 0 | 0.21 | 0.46 | 0.66 | 33 | 0.3 | 0.26 |
| Hex | 57 | 45 | 2F | 0 | 15 | 2E | 42 | 21 | 1E | 1A |
| Octal | 127 | 105 | 57 | 0 | 25 | 56 | 102 | 41 | 36 | 32 |
| Binary | 1010111 | 1000101 | 101111 | 0 | 10101 | 101110 | 1000010 | 100001 | 11110 | 11010 |
Color Harmonies of #57452F
Complementary color
Monochromatic Colors of #57452F
Black with #57452F
Text Example
Text Example
White with #57452F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57452F; }
p { color: rgb(87,69,47); }
H1.HeaderClassName
{
color: #57452F;
}
.AnyTagClassName
{
color: #57452F;
}
</style>
background-color css
<style>
a { background-color: #57452F; }
a { background-color: rgb(87,69,47); }
div.DivClassName
{
background-color: #57452F;
}
.BgClassName
{
background-color: #57452F;
}
</style>
border-color css
<style>
span { border-color: #57452F; }
span { border-color: rgb(87,69,47); }
td.TdClassName
{
border-color: #57452F;
}
.TagClassName
{
border-color: #57452F;
}
</style>