Shades of Bronze #D78134
Tints of Bronze #D78134
RGB
CMYK
RGB Variations
Color information
#D78134 (or 0xD78134) is known color: Bronze. HEX triplet: D7, 81 and 34. RGB value is (215,129,52). Sum of RGB (Red+Green+Blue) = 215+129+52=396 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.29% from 396); Green value is 129 (50.78% from 255 or 32.58% from 396); Blue value is 52 (20.70% from 255 or 13.13% from 396); Max value from RGB is 215 - color contains mainly: red. Hex color #D78134 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D78134 is #287ECB. Grayscale: #929292. Windows color (decimal): -2653900 or 3441111. OLE color: 3441111.
HSL color Cylindrical-coordinate representation of color #D78134: hue angle of 28.34º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D78134 is Cyan = 0, Magento = 0.4, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 129 | 52 | - |
| CMYK | 0 | 0.4 | 0.76 | 0.16 |
| HSL | 28.34º | 0.67% | 0.52% | - |
| HSV(B) | 28.34º | 0.76% | 0.84% | - |
| XYZ | 36.49 | 30.4 | 7.19 | - |
| YUV | 145.94 | 74.99 | 177.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 129 | 52 | 0 | 0.4 | 0.76 | 0.16 | 28.34 | 0.67 | 0.52 |
| Hex | D7 | 81 | 34 | 0 | 28 | 4C | 10 | 1C | 43 | 34 |
| Octal | 327 | 201 | 64 | 0 | 50 | 114 | 20 | 34 | 103 | 64 |
| Binary | 11010111 | 10000001 | 110100 | 0 | 101000 | 1001100 | 10000 | 11100 | 1000011 | 110100 |
Color Harmonies of #D78134
Complementary color
Monochromatic Colors of #D78134
Black with #D78134
Text Example
Text Example
White with #D78134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78134; }
p { color: rgb(215,129,52); }
H1.HeaderClassName
{
color: #D78134;
}
.AnyTagClassName
{
color: #D78134;
}
</style>
background-color css
<style>
a { background-color: #D78134; }
a { background-color: rgb(215,129,52); }
div.DivClassName
{
background-color: #D78134;
}
.BgClassName
{
background-color: #D78134;
}
</style>
border-color css
<style>
span { border-color: #D78134; }
span { border-color: rgb(215,129,52); }
td.TdClassName
{
border-color: #D78134;
}
.TagClassName
{
border-color: #D78134;
}
</style>