Shades of Bronze #D78037
Tints of Bronze #D78037
RGB
CMYK
RGB Variations
Color information
#D78037 (or 0xD78037) is known color: Bronze. HEX triplet: D7, 80 and 37. RGB value is (215,128,55). Sum of RGB (Red+Green+Blue) = 215+128+55=398 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.02% from 398); Green value is 128 (50.39% from 255 or 32.16% from 398); Blue value is 55 (21.88% from 255 or 13.82% from 398); Max value from RGB is 215 - color contains mainly: red. Hex color #D78037 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D78037 is #287FC8. Grayscale: #929292. Windows color (decimal): -2654153 or 3637463. OLE color: 3637463.
HSL color Cylindrical-coordinate representation of color #D78037: hue angle of 27.38º degrees, saturation: 0.67, 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 #D78037 is Cyan = 0, Magento = 0.40, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 128 | 55 | - |
| CMYK | 0 | 0.40 | 0.74 | 0.16 |
| HSL | 27.38º | 0.67% | 0.53% | - |
| HSV(B) | 27.38º | 0.74% | 0.84% | - |
| XYZ | 36.43 | 30.16 | 7.52 | - |
| YUV | 145.69 | 76.82 | 177.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 128 | 55 | 0 | 0.40 | 0.74 | 0.16 | 27.38 | 0.67 | 0.53 |
| Hex | D7 | 80 | 37 | 0 | 28 | 4A | 10 | 1B | 43 | 35 |
| Octal | 327 | 200 | 67 | 0 | 50 | 112 | 20 | 33 | 103 | 65 |
| Binary | 11010111 | 10000000 | 110111 | 0 | 101000 | 1001010 | 10000 | 11011 | 1000011 | 110101 |
Color Harmonies of #D78037
Complementary color
Monochromatic Colors of #D78037
Black with #D78037
Text Example
Text Example
White with #D78037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78037; }
p { color: rgb(215,128,55); }
H1.HeaderClassName
{
color: #D78037;
}
.AnyTagClassName
{
color: #D78037;
}
</style>
background-color css
<style>
a { background-color: #D78037; }
a { background-color: rgb(215,128,55); }
div.DivClassName
{
background-color: #D78037;
}
.BgClassName
{
background-color: #D78037;
}
</style>
border-color css
<style>
span { border-color: #D78037; }
span { border-color: rgb(215,128,55); }
td.TdClassName
{
border-color: #D78037;
}
.TagClassName
{
border-color: #D78037;
}
</style>