Shades of Bronze #D57C37
Tints of Bronze #D57C37
RGB
CMYK
RGB Variations
Color information
#D57C37 (or 0xD57C37) is known color: Bronze. HEX triplet: D5, 7C and 37. RGB value is (213,124,55). Sum of RGB (Red+Green+Blue) = 213+124+55=392 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.34% from 392); Green value is 124 (48.83% from 255 or 31.63% from 392); Blue value is 55 (21.88% from 255 or 14.03% from 392); Max value from RGB is 213 - color contains mainly: red. Hex color #D57C37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D57C37 is #2A83C8. Grayscale: #8F8F8F. Windows color (decimal): -2786249 or 3636437. OLE color: 3636437.
HSL color Cylindrical-coordinate representation of color #D57C37: hue angle of 26.2º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D57C37 is Cyan = 0, Magento = 0.42, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 124 | 55 | - |
| CMYK | 0 | 0.42 | 0.74 | 0.16 |
| HSL | 26.2º | 0.65% | 0.53% | - |
| HSV(B) | 26.2º | 0.74% | 0.84% | - |
| XYZ | 35.34 | 28.84 | 7.32 | - |
| YUV | 142.75 | 78.49 | 178.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 124 | 55 | 0 | 0.42 | 0.74 | 0.16 | 26.2 | 0.65 | 0.53 |
| Hex | D5 | 7C | 37 | 0 | 2A | 4A | 10 | 1A | 41 | 35 |
| Octal | 325 | 174 | 67 | 0 | 52 | 112 | 20 | 32 | 101 | 65 |
| Binary | 11010101 | 1111100 | 110111 | 0 | 101010 | 1001010 | 10000 | 11010 | 1000001 | 110101 |
Color Harmonies of #D57C37
Complementary color
Monochromatic Colors of #D57C37
Black with #D57C37
Text Example
Text Example
White with #D57C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57C37; }
p { color: rgb(213,124,55); }
H1.HeaderClassName
{
color: #D57C37;
}
.AnyTagClassName
{
color: #D57C37;
}
</style>
background-color css
<style>
a { background-color: #D57C37; }
a { background-color: rgb(213,124,55); }
div.DivClassName
{
background-color: #D57C37;
}
.BgClassName
{
background-color: #D57C37;
}
</style>
border-color css
<style>
span { border-color: #D57C37; }
span { border-color: rgb(213,124,55); }
td.TdClassName
{
border-color: #D57C37;
}
.TagClassName
{
border-color: #D57C37;
}
</style>