Shades of Bronze #D37B36
Tints of Bronze #D37B36
RGB
CMYK
RGB Variations
Color information
#D37B36 (or 0xD37B36) is known color: Bronze. HEX triplet: D3, 7B and 36. RGB value is (211,123,54). Sum of RGB (Red+Green+Blue) = 211+123+54=388 (51% of max value = 765). Red value is 211 (82.81% from 255 or 54.38% from 388); Green value is 123 (48.44% from 255 or 31.70% from 388); Blue value is 54 (21.48% from 255 or 13.92% from 388); Max value from RGB is 211 - color contains mainly: red. Hex color #D37B36 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D37B36 is #2C84C9. Grayscale: #8D8D8D. Windows color (decimal): -2917578 or 3570643. OLE color: 3570643.
HSL color Cylindrical-coordinate representation of color #D37B36: hue angle of 26.37º 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 #D37B36 is Cyan = 0, Magento = 0.42, Yellow = 0.74 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 123 | 54 | - |
| CMYK | 0 | 0.42 | 0.74 | 0.17 |
| HSL | 26.37º | 0.64% | 0.52% | - |
| HSV(B) | 26.37º | 0.74% | 0.83% | - |
| XYZ | 34.61 | 28.28 | 7.12 | - |
| YUV | 141.45 | 78.65 | 177.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 123 | 54 | 0 | 0.42 | 0.74 | 0.17 | 26.37 | 0.64 | 0.52 |
| Hex | D3 | 7B | 36 | 0 | 2A | 4A | 11 | 1A | 40 | 34 |
| Octal | 323 | 173 | 66 | 0 | 52 | 112 | 21 | 32 | 100 | 64 |
| Binary | 11010011 | 1111011 | 110110 | 0 | 101010 | 1001010 | 10001 | 11010 | 1000000 | 110100 |
Color Harmonies of #D37B36
Complementary color
Monochromatic Colors of #D37B36
Black with #D37B36
Text Example
Text Example
White with #D37B36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37B36; }
p { color: rgb(211,123,54); }
H1.HeaderClassName
{
color: #D37B36;
}
.AnyTagClassName
{
color: #D37B36;
}
</style>
background-color css
<style>
a { background-color: #D37B36; }
a { background-color: rgb(211,123,54); }
div.DivClassName
{
background-color: #D37B36;
}
.BgClassName
{
background-color: #D37B36;
}
</style>
border-color css
<style>
span { border-color: #D37B36; }
span { border-color: rgb(211,123,54); }
td.TdClassName
{
border-color: #D37B36;
}
.TagClassName
{
border-color: #D37B36;
}
</style>