Shades of Bronze #D57D37
Tints of Bronze #D57D37
RGB
CMYK
RGB Variations
Color information
#D57D37 (or 0xD57D37) is known color: Bronze. HEX triplet: D5, 7D and 37. RGB value is (213,125,55). Sum of RGB (Red+Green+Blue) = 213+125+55=393 (52% of max value = 765). Red value is 213 (83.59% from 255 or 54.20% from 393); Green value is 125 (49.22% from 255 or 31.81% from 393); Blue value is 55 (21.88% from 255 or 13.99% from 393); Max value from RGB is 213 - color contains mainly: red. Hex color #D57D37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D57D37 is #2A82C8. Grayscale: #8F8F8F. Windows color (decimal): -2785993 or 3636693. OLE color: 3636693.
HSL color Cylindrical-coordinate representation of color #D57D37: hue angle of 26.58º 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 #D57D37 is Cyan = 0, Magento = 0.41, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 125 | 55 | - |
| CMYK | 0 | 0.41 | 0.74 | 0.16 |
| HSL | 26.58º | 0.65% | 0.53% | - |
| HSV(B) | 26.58º | 0.74% | 0.84% | - |
| XYZ | 35.46 | 29.09 | 7.36 | - |
| YUV | 143.33 | 78.15 | 177.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 125 | 55 | 0 | 0.41 | 0.74 | 0.16 | 26.58 | 0.65 | 0.53 |
| Hex | D5 | 7D | 37 | 0 | 29 | 4A | 10 | 1B | 41 | 35 |
| Octal | 325 | 175 | 67 | 0 | 51 | 112 | 20 | 33 | 101 | 65 |
| Binary | 11010101 | 1111101 | 110111 | 0 | 101001 | 1001010 | 10000 | 11011 | 1000001 | 110101 |
Color Harmonies of #D57D37
Complementary color
Monochromatic Colors of #D57D37
Black with #D57D37
Text Example
Text Example
White with #D57D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57D37; }
p { color: rgb(213,125,55); }
H1.HeaderClassName
{
color: #D57D37;
}
.AnyTagClassName
{
color: #D57D37;
}
</style>
background-color css
<style>
a { background-color: #D57D37; }
a { background-color: rgb(213,125,55); }
div.DivClassName
{
background-color: #D57D37;
}
.BgClassName
{
background-color: #D57D37;
}
</style>
border-color css
<style>
span { border-color: #D57D37; }
span { border-color: rgb(213,125,55); }
td.TdClassName
{
border-color: #D57D37;
}
.TagClassName
{
border-color: #D57D37;
}
</style>