Shades of Bronze #D58137
Tints of Bronze #D58137
RGB
CMYK
RGB Variations
Color information
#D58137 (or 0xD58137) is known color: Bronze. HEX triplet: D5, 81 and 37. RGB value is (213,129,55). Sum of RGB (Red+Green+Blue) = 213+129+55=397 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.65% from 397); Green value is 129 (50.78% from 255 or 32.49% from 397); Blue value is 55 (21.88% from 255 or 13.85% from 397); Max value from RGB is 213 - color contains mainly: red. Hex color #D58137 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D58137 is #2A7EC8. Grayscale: #929292. Windows color (decimal): -2784969 or 3637717. OLE color: 3637717.
HSL color Cylindrical-coordinate representation of color #D58137: hue angle of 28.1º 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 #D58137 is Cyan = 0, Magento = 0.39, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 129 | 55 | - |
| CMYK | 0 | 0.39 | 0.74 | 0.16 |
| HSL | 28.1º | 0.65% | 0.53% | - |
| HSV(B) | 28.1º | 0.74% | 0.84% | - |
| XYZ | 35.98 | 30.12 | 7.53 | - |
| YUV | 145.68 | 76.83 | 176.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 129 | 55 | 0 | 0.39 | 0.74 | 0.16 | 28.1 | 0.65 | 0.53 |
| Hex | D5 | 81 | 37 | 0 | 27 | 4A | 10 | 1C | 41 | 35 |
| Octal | 325 | 201 | 67 | 0 | 47 | 112 | 20 | 34 | 101 | 65 |
| Binary | 11010101 | 10000001 | 110111 | 0 | 100111 | 1001010 | 10000 | 11100 | 1000001 | 110101 |
Color Harmonies of #D58137
Complementary color
Monochromatic Colors of #D58137
Black with #D58137
Text Example
Text Example
White with #D58137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58137; }
p { color: rgb(213,129,55); }
H1.HeaderClassName
{
color: #D58137;
}
.AnyTagClassName
{
color: #D58137;
}
</style>
background-color css
<style>
a { background-color: #D58137; }
a { background-color: rgb(213,129,55); }
div.DivClassName
{
background-color: #D58137;
}
.BgClassName
{
background-color: #D58137;
}
</style>
border-color css
<style>
span { border-color: #D58137; }
span { border-color: rgb(213,129,55); }
td.TdClassName
{
border-color: #D58137;
}
.TagClassName
{
border-color: #D58137;
}
</style>