Shades of Deep Bronze #57462F
Tints of Deep Bronze #57462F
RGB
CMYK
RGB Variations
Color information
#57462F (or 0x57462F) is known color: Deep Bronze. HEX triplet: 57, 46 and 2F. RGB value is (87,70,47). Sum of RGB (Red+Green+Blue) = 87+70+47=204 (27% of max value = 765). Red value is 87 (34.38% from 255 or 42.65% from 204); Green value is 70 (27.73% from 255 or 34.31% from 204); Blue value is 47 (18.75% from 255 or 23.04% from 204); Max value from RGB is 87 - color contains mainly: red. Hex color #57462F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57462F is #A8B9D0. Grayscale: #484848. Windows color (decimal): -11057617 or 3098199. OLE color: 3098199.
HSL color Cylindrical-coordinate representation of color #57462F: hue angle of 34.5º 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 #57462F is Cyan = 0, Magento = 0.20, Yellow = 0.46 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 70 | 47 | - |
| CMYK | 0 | 0.20 | 0.46 | 0.66 |
| HSL | 34.5º | 0.3% | 0.26% | - |
| HSV(B) | 34.5º | 0.46% | 0.34% | - |
| XYZ | 6.63 | 6.61 | 3.62 | - |
| YUV | 72.46 | 113.63 | 138.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 70 | 47 | 0 | 0.20 | 0.46 | 0.66 | 34.5 | 0.3 | 0.26 |
| Hex | 57 | 46 | 2F | 0 | 14 | 2E | 42 | 22 | 1E | 1A |
| Octal | 127 | 106 | 57 | 0 | 24 | 56 | 102 | 42 | 36 | 32 |
| Binary | 1010111 | 1000110 | 101111 | 0 | 10100 | 101110 | 1000010 | 100010 | 11110 | 11010 |
Color Harmonies of #57462F
Complementary color
Monochromatic Colors of #57462F
Black with #57462F
Text Example
Text Example
White with #57462F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57462F; }
p { color: rgb(87,70,47); }
H1.HeaderClassName
{
color: #57462F;
}
.AnyTagClassName
{
color: #57462F;
}
</style>
background-color css
<style>
a { background-color: #57462F; }
a { background-color: rgb(87,70,47); }
div.DivClassName
{
background-color: #57462F;
}
.BgClassName
{
background-color: #57462F;
}
</style>
border-color css
<style>
span { border-color: #57462F; }
span { border-color: rgb(87,70,47); }
td.TdClassName
{
border-color: #57462F;
}
.TagClassName
{
border-color: #57462F;
}
</style>