Shades of Bronze #D78336
Tints of Bronze #D78336
RGB
CMYK
RGB Variations
Color information
#D78336 (or 0xD78336) is known color: Bronze. HEX triplet: D7, 83 and 36. RGB value is (215,131,54). Sum of RGB (Red+Green+Blue) = 215+131+54=400 (52% of max value = 765). Red value is 215 (84.38% from 255 or 53.75% from 400); Green value is 131 (51.56% from 255 or 32.75% from 400); Blue value is 54 (21.48% from 255 or 13.5% from 400); Max value from RGB is 215 - color contains mainly: red. Hex color #D78336 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D78336 is #287CC9. Grayscale: #939393. Windows color (decimal): -2653386 or 3572695. OLE color: 3572695.
HSL color Cylindrical-coordinate representation of color #D78336: hue angle of 28.7º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D78336 is Cyan = 0, Magento = 0.39, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 131 | 54 | - |
| CMYK | 0 | 0.39 | 0.75 | 0.16 |
| HSL | 28.7º | 0.67% | 0.53% | - |
| HSV(B) | 28.7º | 0.75% | 0.84% | - |
| XYZ | 36.81 | 30.95 | 7.52 | - |
| YUV | 147.34 | 75.33 | 176.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 131 | 54 | 0 | 0.39 | 0.75 | 0.16 | 28.7 | 0.67 | 0.53 |
| Hex | D7 | 83 | 36 | 0 | 27 | 4B | 10 | 1D | 43 | 35 |
| Octal | 327 | 203 | 66 | 0 | 47 | 113 | 20 | 35 | 103 | 65 |
| Binary | 11010111 | 10000011 | 110110 | 0 | 100111 | 1001011 | 10000 | 11101 | 1000011 | 110101 |
Color Harmonies of #D78336
Complementary color
Monochromatic Colors of #D78336
Black with #D78336
Text Example
Text Example
White with #D78336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78336; }
p { color: rgb(215,131,54); }
H1.HeaderClassName
{
color: #D78336;
}
.AnyTagClassName
{
color: #D78336;
}
</style>
background-color css
<style>
a { background-color: #D78336; }
a { background-color: rgb(215,131,54); }
div.DivClassName
{
background-color: #D78336;
}
.BgClassName
{
background-color: #D78336;
}
</style>
border-color css
<style>
span { border-color: #D78336; }
span { border-color: rgb(215,131,54); }
td.TdClassName
{
border-color: #D78336;
}
.TagClassName
{
border-color: #D78336;
}
</style>