Shades of Bronze #D38137
Tints of Bronze #D38137
RGB
CMYK
RGB Variations
Color information
#D38137 (or 0xD38137) is known color: Bronze. HEX triplet: D3, 81 and 37. RGB value is (211,129,55). Sum of RGB (Red+Green+Blue) = 211+129+55=395 (52% of max value = 765). Red value is 211 (82.81% from 255 or 53.42% from 395); Green value is 129 (50.78% from 255 or 32.66% from 395); Blue value is 55 (21.88% from 255 or 13.92% from 395); Max value from RGB is 211 - color contains mainly: red. Hex color #D38137 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D38137 is #2C7EC8. Grayscale: #919191. Windows color (decimal): -2916041 or 3637715. OLE color: 3637715.
HSL color Cylindrical-coordinate representation of color #D38137: hue angle of 28.46º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D38137 is Cyan = 0, Magento = 0.39, Yellow = 0.74 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 129 | 55 | - |
| CMYK | 0 | 0.39 | 0.74 | 0.17 |
| HSL | 28.46º | 0.64% | 0.52% | - |
| HSV(B) | 28.46º | 0.74% | 0.83% | - |
| XYZ | 35.4 | 29.83 | 7.51 | - |
| YUV | 145.08 | 77.17 | 175.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 129 | 55 | 0 | 0.39 | 0.74 | 0.17 | 28.46 | 0.64 | 0.52 |
| Hex | D3 | 81 | 37 | 0 | 27 | 4A | 11 | 1C | 40 | 34 |
| Octal | 323 | 201 | 67 | 0 | 47 | 112 | 21 | 34 | 100 | 64 |
| Binary | 11010011 | 10000001 | 110111 | 0 | 100111 | 1001010 | 10001 | 11100 | 1000000 | 110100 |
Color Harmonies of #D38137
Complementary color
Monochromatic Colors of #D38137
Black with #D38137
Text Example
Text Example
White with #D38137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D38137; }
p { color: rgb(211,129,55); }
H1.HeaderClassName
{
color: #D38137;
}
.AnyTagClassName
{
color: #D38137;
}
</style>
background-color css
<style>
a { background-color: #D38137; }
a { background-color: rgb(211,129,55); }
div.DivClassName
{
background-color: #D38137;
}
.BgClassName
{
background-color: #D38137;
}
</style>
border-color css
<style>
span { border-color: #D38137; }
span { border-color: rgb(211,129,55); }
td.TdClassName
{
border-color: #D38137;
}
.TagClassName
{
border-color: #D38137;
}
</style>