Shades of Bronze #D58039
Tints of Bronze #D58039
RGB
CMYK
RGB Variations
Color information
#D58039 (or 0xD58039) is known color: Bronze. HEX triplet: D5, 80 and 39. RGB value is (213,128,57). Sum of RGB (Red+Green+Blue) = 213+128+57=398 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.52% from 398); Green value is 128 (50.39% from 255 or 32.16% from 398); Blue value is 57 (22.66% from 255 or 14.32% from 398); Max value from RGB is 213 - color contains mainly: red. Hex color #D58039 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D58039 is #2A7FC6. Grayscale: #919191. Windows color (decimal): -2785223 or 3768533. OLE color: 3768533.
HSL color Cylindrical-coordinate representation of color #D58039: hue angle of 27.31º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D58039 is Cyan = 0, Magento = 0.40, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 128 | 57 | - |
| CMYK | 0 | 0.40 | 0.73 | 0.16 |
| HSL | 27.31º | 0.65% | 0.53% | - |
| HSV(B) | 27.31º | 0.73% | 0.84% | - |
| XYZ | 35.9 | 29.88 | 7.75 | - |
| YUV | 145.32 | 78.16 | 176.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 128 | 57 | 0 | 0.40 | 0.73 | 0.16 | 27.31 | 0.65 | 0.53 |
| Hex | D5 | 80 | 39 | 0 | 28 | 49 | 10 | 1B | 41 | 35 |
| Octal | 325 | 200 | 71 | 0 | 50 | 111 | 20 | 33 | 101 | 65 |
| Binary | 11010101 | 10000000 | 111001 | 0 | 101000 | 1001001 | 10000 | 11011 | 1000001 | 110101 |
Color Harmonies of #D58039
Complementary color
Monochromatic Colors of #D58039
Black with #D58039
Text Example
Text Example
White with #D58039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58039; }
p { color: rgb(213,128,57); }
H1.HeaderClassName
{
color: #D58039;
}
.AnyTagClassName
{
color: #D58039;
}
</style>
background-color css
<style>
a { background-color: #D58039; }
a { background-color: rgb(213,128,57); }
div.DivClassName
{
background-color: #D58039;
}
.BgClassName
{
background-color: #D58039;
}
</style>
border-color css
<style>
span { border-color: #D58039; }
span { border-color: rgb(213,128,57); }
td.TdClassName
{
border-color: #D58039;
}
.TagClassName
{
border-color: #D58039;
}
</style>