Shades of Bronze #D57931
Tints of Bronze #D57931
RGB
CMYK
RGB Variations
Color information
#D57931 (or 0xD57931) is known color: Bronze. HEX triplet: D5, 79 and 31. RGB value is (213,121,49). Sum of RGB (Red+Green+Blue) = 213+121+49=383 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.61% from 383); Green value is 121 (47.66% from 255 or 31.59% from 383); Blue value is 49 (19.53% from 255 or 12.79% from 383); Max value from RGB is 213 - color contains mainly: red. Hex color #D57931 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D57931 is #2A86CE. Grayscale: #8C8C8C. Windows color (decimal): -2787023 or 3242453. OLE color: 3242453.
HSL color Cylindrical-coordinate representation of color #D57931: hue angle of 26.34º 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 #D57931 is Cyan = 0, Magento = 0.43, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 121 | 49 | - |
| CMYK | 0 | 0.43 | 0.77 | 0.16 |
| HSL | 26.34º | 0.66% | 0.51% | - |
| HSV(B) | 26.34º | 0.77% | 0.84% | - |
| XYZ | 34.83 | 28.04 | 6.48 | - |
| YUV | 140.3 | 76.48 | 179.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 121 | 49 | 0 | 0.43 | 0.77 | 0.16 | 26.34 | 0.66 | 0.51 |
| Hex | D5 | 79 | 31 | 0 | 2B | 4D | 10 | 1A | 42 | 33 |
| Octal | 325 | 171 | 61 | 0 | 53 | 115 | 20 | 32 | 102 | 63 |
| Binary | 11010101 | 1111001 | 110001 | 0 | 101011 | 1001101 | 10000 | 11010 | 1000010 | 110011 |
Color Harmonies of #D57931
Complementary color
Monochromatic Colors of #D57931
Black with #D57931
Text Example
Text Example
White with #D57931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57931; }
p { color: rgb(213,121,49); }
H1.HeaderClassName
{
color: #D57931;
}
.AnyTagClassName
{
color: #D57931;
}
</style>
background-color css
<style>
a { background-color: #D57931; }
a { background-color: rgb(213,121,49); }
div.DivClassName
{
background-color: #D57931;
}
.BgClassName
{
background-color: #D57931;
}
</style>
border-color css
<style>
span { border-color: #D57931; }
span { border-color: rgb(213,121,49); }
td.TdClassName
{
border-color: #D57931;
}
.TagClassName
{
border-color: #D57931;
}
</style>