Shades of Bronze #D17832
Tints of Bronze #D17832
RGB
CMYK
RGB Variations
Color information
#D17832 (or 0xD17832) is known color: Bronze. HEX triplet: D1, 78 and 32. RGB value is (209,120,50). Sum of RGB (Red+Green+Blue) = 209+120+50=379 (50% of max value = 765). Red value is 209 (82.03% from 255 or 55.15% from 379); Green value is 120 (47.27% from 255 or 31.66% from 379); Blue value is 50 (19.92% from 255 or 13.19% from 379); Max value from RGB is 209 - color contains mainly: red. Hex color #D17832 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D17832 is #2E87CD. Grayscale: #8B8B8B. Windows color (decimal): -3049422 or 3307729. OLE color: 3307729.
HSL color Cylindrical-coordinate representation of color #D17832: hue angle of 26.42º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D17832 is Cyan = 0, Magento = 0.43, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 120 | 50 | - |
| CMYK | 0 | 0.43 | 0.76 | 0.18 |
| HSL | 26.42º | 0.63% | 0.51% | - |
| HSV(B) | 26.42º | 0.76% | 0.82% | - |
| XYZ | 33.59 | 27.22 | 6.5 | - |
| YUV | 138.63 | 77.99 | 178.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 120 | 50 | 0 | 0.43 | 0.76 | 0.18 | 26.42 | 0.63 | 0.51 |
| Hex | D1 | 78 | 32 | 0 | 2B | 4C | 12 | 1A | 3F | 33 |
| Octal | 321 | 170 | 62 | 0 | 53 | 114 | 22 | 32 | 77 | 63 |
| Binary | 11010001 | 1111000 | 110010 | 0 | 101011 | 1001100 | 10010 | 11010 | 111111 | 110011 |
Color Harmonies of #D17832
Complementary color
Monochromatic Colors of #D17832
Black with #D17832
Text Example
Text Example
White with #D17832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17832; }
p { color: rgb(209,120,50); }
H1.HeaderClassName
{
color: #D17832;
}
.AnyTagClassName
{
color: #D17832;
}
</style>
background-color css
<style>
a { background-color: #D17832; }
a { background-color: rgb(209,120,50); }
div.DivClassName
{
background-color: #D17832;
}
.BgClassName
{
background-color: #D17832;
}
</style>
border-color css
<style>
span { border-color: #D17832; }
span { border-color: rgb(209,120,50); }
td.TdClassName
{
border-color: #D17832;
}
.TagClassName
{
border-color: #D17832;
}
</style>