Shades of Bronze #D78031
Tints of Bronze #D78031
RGB
CMYK
RGB Variations
Color information
#D78031 (or 0xD78031) is known color: Bronze. HEX triplet: D7, 80 and 31. RGB value is (215,128,49). Sum of RGB (Red+Green+Blue) = 215+128+49=392 (51% of max value = 765). Red value is 215 (84.38% from 255 or 54.85% from 392); Green value is 128 (50.39% from 255 or 32.65% from 392); Blue value is 49 (19.53% from 255 or 12.5% from 392); Max value from RGB is 215 - color contains mainly: red. Hex color #D78031 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D78031 is #287FCE. Grayscale: #919191. Windows color (decimal): -2654159 or 3244247. OLE color: 3244247.
HSL color Cylindrical-coordinate representation of color #D78031: hue angle of 28.55º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D78031 is Cyan = 0, Magento = 0.40, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 128 | 49 | - |
| CMYK | 0 | 0.40 | 0.77 | 0.16 |
| HSL | 28.55º | 0.67% | 0.52% | - |
| HSV(B) | 28.55º | 0.77% | 0.84% | - |
| XYZ | 36.3 | 30.11 | 6.8 | - |
| YUV | 145.01 | 73.82 | 177.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 128 | 49 | 0 | 0.40 | 0.77 | 0.16 | 28.55 | 0.67 | 0.52 |
| Hex | D7 | 80 | 31 | 0 | 28 | 4D | 10 | 1D | 43 | 34 |
| Octal | 327 | 200 | 61 | 0 | 50 | 115 | 20 | 35 | 103 | 64 |
| Binary | 11010111 | 10000000 | 110001 | 0 | 101000 | 1001101 | 10000 | 11101 | 1000011 | 110100 |
Color Harmonies of #D78031
Complementary color
Monochromatic Colors of #D78031
Black with #D78031
Text Example
Text Example
White with #D78031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78031; }
p { color: rgb(215,128,49); }
H1.HeaderClassName
{
color: #D78031;
}
.AnyTagClassName
{
color: #D78031;
}
</style>
background-color css
<style>
a { background-color: #D78031; }
a { background-color: rgb(215,128,49); }
div.DivClassName
{
background-color: #D78031;
}
.BgClassName
{
background-color: #D78031;
}
</style>
border-color css
<style>
span { border-color: #D78031; }
span { border-color: rgb(215,128,49); }
td.TdClassName
{
border-color: #D78031;
}
.TagClassName
{
border-color: #D78031;
}
</style>