Shades of Bronze #D58134
Tints of Bronze #D58134
RGB
CMYK
RGB Variations
Color information
#D58134 (or 0xD58134) is known color: Bronze. HEX triplet: D5, 81 and 34. RGB value is (213,129,52). Sum of RGB (Red+Green+Blue) = 213+129+52=394 (52% of max value = 765). Red value is 213 (83.59% from 255 or 54.06% from 394); Green value is 129 (50.78% from 255 or 32.74% from 394); Blue value is 52 (20.70% from 255 or 13.20% from 394); Max value from RGB is 213 - color contains mainly: red. Hex color #D58134 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D58134 is #2A7ECB. Grayscale: #919191. Windows color (decimal): -2784972 or 3441109. OLE color: 3441109.
HSL color Cylindrical-coordinate representation of color #D58134: hue angle of 28.7º degrees, saturation: 0.66, 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 #D58134 is Cyan = 0, Magento = 0.39, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 129 | 52 | - |
| CMYK | 0 | 0.39 | 0.76 | 0.16 |
| HSL | 28.7º | 0.66% | 0.52% | - |
| HSV(B) | 28.7º | 0.76% | 0.84% | - |
| XYZ | 35.91 | 30.09 | 7.16 | - |
| YUV | 145.34 | 75.33 | 176.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 129 | 52 | 0 | 0.39 | 0.76 | 0.16 | 28.7 | 0.66 | 0.52 |
| Hex | D5 | 81 | 34 | 0 | 27 | 4C | 10 | 1D | 42 | 34 |
| Octal | 325 | 201 | 64 | 0 | 47 | 114 | 20 | 35 | 102 | 64 |
| Binary | 11010101 | 10000001 | 110100 | 0 | 100111 | 1001100 | 10000 | 11101 | 1000010 | 110100 |
Color Harmonies of #D58134
Complementary color
Monochromatic Colors of #D58134
Black with #D58134
Text Example
Text Example
White with #D58134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58134; }
p { color: rgb(213,129,52); }
H1.HeaderClassName
{
color: #D58134;
}
.AnyTagClassName
{
color: #D58134;
}
</style>
background-color css
<style>
a { background-color: #D58134; }
a { background-color: rgb(213,129,52); }
div.DivClassName
{
background-color: #D58134;
}
.BgClassName
{
background-color: #D58134;
}
</style>
border-color css
<style>
span { border-color: #D58134; }
span { border-color: rgb(213,129,52); }
td.TdClassName
{
border-color: #D58134;
}
.TagClassName
{
border-color: #D58134;
}
</style>