Shades of Bronze #D57930
Tints of Bronze #D57930
RGB
CMYK
RGB Variations
Color information
#D57930 (or 0xD57930) is known color: Bronze. HEX triplet: D5, 79 and 30. RGB value is (213,121,48). Sum of RGB (Red+Green+Blue) = 213+121+48=382 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.76% from 382); Green value is 121 (47.66% from 255 or 31.68% from 382); Blue value is 48 (19.14% from 255 or 12.57% from 382); Max value from RGB is 213 - color contains mainly: red. Hex color #D57930 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D57930 is #2A86CF. Grayscale: #8C8C8C. Windows color (decimal): -2787024 or 3176917. OLE color: 3176917.
HSL color Cylindrical-coordinate representation of color #D57930: hue angle of 26.55º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D57930 is Cyan = 0, Magento = 0.43, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 121 | 48 | - |
| CMYK | 0 | 0.43 | 0.77 | 0.16 |
| HSL | 26.55º | 0.66% | 0.51% | - |
| HSV(B) | 26.55º | 0.77% | 0.84% | - |
| XYZ | 34.81 | 28.03 | 6.37 | - |
| YUV | 140.19 | 75.98 | 179.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 121 | 48 | 0 | 0.43 | 0.77 | 0.16 | 26.55 | 0.66 | 0.51 |
| Hex | D5 | 79 | 30 | 0 | 2B | 4D | 10 | 1B | 42 | 33 |
| Octal | 325 | 171 | 60 | 0 | 53 | 115 | 20 | 33 | 102 | 63 |
| Binary | 11010101 | 1111001 | 110000 | 0 | 101011 | 1001101 | 10000 | 11011 | 1000010 | 110011 |
Color Harmonies of #D57930
Complementary color
Monochromatic Colors of #D57930
Black with #D57930
Text Example
Text Example
White with #D57930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57930; }
p { color: rgb(213,121,48); }
H1.HeaderClassName
{
color: #D57930;
}
.AnyTagClassName
{
color: #D57930;
}
</style>
background-color css
<style>
a { background-color: #D57930; }
a { background-color: rgb(213,121,48); }
div.DivClassName
{
background-color: #D57930;
}
.BgClassName
{
background-color: #D57930;
}
</style>
border-color css
<style>
span { border-color: #D57930; }
span { border-color: rgb(213,121,48); }
td.TdClassName
{
border-color: #D57930;
}
.TagClassName
{
border-color: #D57930;
}
</style>