Shades of Bronze #D58138
Tints of Bronze #D58138
RGB
CMYK
RGB Variations
Color information
#D58138 (or 0xD58138) is known color: Bronze. HEX triplet: D5, 81 and 38. RGB value is (213,129,56). Sum of RGB (Red+Green+Blue) = 213+129+56=398 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.52% from 398); Green value is 129 (50.78% from 255 or 32.41% from 398); Blue value is 56 (22.27% from 255 or 14.07% from 398); Max value from RGB is 213 - color contains mainly: red. Hex color #D58138 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D58138 is #2A7EC7. Grayscale: #929292. Windows color (decimal): -2784968 or 3703253. OLE color: 3703253.
HSL color Cylindrical-coordinate representation of color #D58138: hue angle of 27.9º degrees, saturation: 0.65, 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 #D58138 is Cyan = 0, Magento = 0.39, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 129 | 56 | - |
| CMYK | 0 | 0.39 | 0.74 | 0.16 |
| HSL | 27.9º | 0.65% | 0.53% | - |
| HSV(B) | 27.9º | 0.74% | 0.84% | - |
| XYZ | 36 | 30.13 | 7.66 | - |
| YUV | 145.79 | 77.33 | 175.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 129 | 56 | 0 | 0.39 | 0.74 | 0.16 | 27.9 | 0.65 | 0.53 |
| Hex | D5 | 81 | 38 | 0 | 27 | 4A | 10 | 1C | 41 | 35 |
| Octal | 325 | 201 | 70 | 0 | 47 | 112 | 20 | 34 | 101 | 65 |
| Binary | 11010101 | 10000001 | 111000 | 0 | 100111 | 1001010 | 10000 | 11100 | 1000001 | 110101 |
Color Harmonies of #D58138
Complementary color
Monochromatic Colors of #D58138
Black with #D58138
Text Example
Text Example
White with #D58138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58138; }
p { color: rgb(213,129,56); }
H1.HeaderClassName
{
color: #D58138;
}
.AnyTagClassName
{
color: #D58138;
}
</style>
background-color css
<style>
a { background-color: #D58138; }
a { background-color: rgb(213,129,56); }
div.DivClassName
{
background-color: #D58138;
}
.BgClassName
{
background-color: #D58138;
}
</style>
border-color css
<style>
span { border-color: #D58138; }
span { border-color: rgb(213,129,56); }
td.TdClassName
{
border-color: #D58138;
}
.TagClassName
{
border-color: #D58138;
}
</style>