Shades of Bronze #D57F37
Tints of Bronze #D57F37
RGB
CMYK
RGB Variations
Color information
#D57F37 (or 0xD57F37) is known color: Bronze. HEX triplet: D5, 7F and 37. RGB value is (213,127,55). Sum of RGB (Red+Green+Blue) = 213+127+55=395 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.92% from 395); Green value is 127 (50% from 255 or 32.15% from 395); Blue value is 55 (21.88% from 255 or 13.92% from 395); Max value from RGB is 213 - color contains mainly: red. Hex color #D57F37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D57F37 is #2A80C8. Grayscale: #909090. Windows color (decimal): -2785481 or 3637205. OLE color: 3637205.
HSL color Cylindrical-coordinate representation of color #D57F37: hue angle of 27.34º 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 #D57F37 is Cyan = 0, Magento = 0.40, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 127 | 55 | - |
| CMYK | 0 | 0.40 | 0.74 | 0.16 |
| HSL | 27.34º | 0.65% | 0.53% | - |
| HSV(B) | 27.34º | 0.74% | 0.84% | - |
| XYZ | 35.72 | 29.6 | 7.45 | - |
| YUV | 144.51 | 77.49 | 176.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 127 | 55 | 0 | 0.40 | 0.74 | 0.16 | 27.34 | 0.65 | 0.53 |
| Hex | D5 | 7F | 37 | 0 | 28 | 4A | 10 | 1B | 41 | 35 |
| Octal | 325 | 177 | 67 | 0 | 50 | 112 | 20 | 33 | 101 | 65 |
| Binary | 11010101 | 1111111 | 110111 | 0 | 101000 | 1001010 | 10000 | 11011 | 1000001 | 110101 |
Color Harmonies of #D57F37
Complementary color
Monochromatic Colors of #D57F37
Black with #D57F37
Text Example
Text Example
White with #D57F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57F37; }
p { color: rgb(213,127,55); }
H1.HeaderClassName
{
color: #D57F37;
}
.AnyTagClassName
{
color: #D57F37;
}
</style>
background-color css
<style>
a { background-color: #D57F37; }
a { background-color: rgb(213,127,55); }
div.DivClassName
{
background-color: #D57F37;
}
.BgClassName
{
background-color: #D57F37;
}
</style>
border-color css
<style>
span { border-color: #D57F37; }
span { border-color: rgb(213,127,55); }
td.TdClassName
{
border-color: #D57F37;
}
.TagClassName
{
border-color: #D57F37;
}
</style>