Shades of Bronze #D58337
Tints of Bronze #D58337
RGB
CMYK
RGB Variations
Color information
#D58337 (or 0xD58337) is known color: Bronze. HEX triplet: D5, 83 and 37. RGB value is (213,131,55). Sum of RGB (Red+Green+Blue) = 213+131+55=399 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.38% from 399); Green value is 131 (51.56% from 255 or 32.83% from 399); Blue value is 55 (21.88% from 255 or 13.78% from 399); Max value from RGB is 213 - color contains mainly: red. Hex color #D58337 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D58337 is #2A7CC8. Grayscale: #939393. Windows color (decimal): -2784457 or 3638229. OLE color: 3638229.
HSL color Cylindrical-coordinate representation of color #D58337: hue angle of 28.86º 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 #D58337 is Cyan = 0, Magento = 0.38, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 131 | 55 | - |
| CMYK | 0 | 0.38 | 0.74 | 0.16 |
| HSL | 28.86º | 0.65% | 0.53% | - |
| HSV(B) | 28.86º | 0.74% | 0.84% | - |
| XYZ | 36.25 | 30.65 | 7.62 | - |
| YUV | 146.85 | 76.17 | 175.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 131 | 55 | 0 | 0.38 | 0.74 | 0.16 | 28.86 | 0.65 | 0.53 |
| Hex | D5 | 83 | 37 | 0 | 26 | 4A | 10 | 1D | 41 | 35 |
| Octal | 325 | 203 | 67 | 0 | 46 | 112 | 20 | 35 | 101 | 65 |
| Binary | 11010101 | 10000011 | 110111 | 0 | 100110 | 1001010 | 10000 | 11101 | 1000001 | 110101 |
Color Harmonies of #D58337
Complementary color
Monochromatic Colors of #D58337
Black with #D58337
Text Example
Text Example
White with #D58337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58337; }
p { color: rgb(213,131,55); }
H1.HeaderClassName
{
color: #D58337;
}
.AnyTagClassName
{
color: #D58337;
}
</style>
background-color css
<style>
a { background-color: #D58337; }
a { background-color: rgb(213,131,55); }
div.DivClassName
{
background-color: #D58337;
}
.BgClassName
{
background-color: #D58337;
}
</style>
border-color css
<style>
span { border-color: #D58337; }
span { border-color: rgb(213,131,55); }
td.TdClassName
{
border-color: #D58337;
}
.TagClassName
{
border-color: #D58337;
}
</style>