Shades of Bronze #D3782F
Tints of Bronze #D3782F
RGB
CMYK
RGB Variations
Color information
#D3782F (or 0xD3782F) is known color: Bronze. HEX triplet: D3, 78 and 2F. RGB value is (211,120,47). Sum of RGB (Red+Green+Blue) = 211+120+47=378 (50% of max value = 765). Red value is 211 (82.81% from 255 or 55.82% from 378); Green value is 120 (47.27% from 255 or 31.75% from 378); Blue value is 47 (18.75% from 255 or 12.43% from 378); Max value from RGB is 211 - color contains mainly: red. Hex color #D3782F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D3782F is #2C87D0. Grayscale: #8B8B8B. Windows color (decimal): -2918353 or 3111123. OLE color: 3111123.
HSL color Cylindrical-coordinate representation of color #D3782F: hue angle of 26.71º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D3782F is Cyan = 0, Magento = 0.43, Yellow = 0.78 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 120 | 47 | - |
| CMYK | 0 | 0.43 | 0.78 | 0.17 |
| HSL | 26.71º | 0.65% | 0.51% | - |
| HSV(B) | 26.71º | 0.78% | 0.83% | - |
| XYZ | 34.09 | 27.49 | 6.2 | - |
| YUV | 138.89 | 76.15 | 179.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 120 | 47 | 0 | 0.43 | 0.78 | 0.17 | 26.71 | 0.65 | 0.51 |
| Hex | D3 | 78 | 2F | 0 | 2B | 4E | 11 | 1B | 41 | 33 |
| Octal | 323 | 170 | 57 | 0 | 53 | 116 | 21 | 33 | 101 | 63 |
| Binary | 11010011 | 1111000 | 101111 | 0 | 101011 | 1001110 | 10001 | 11011 | 1000001 | 110011 |
Color Harmonies of #D3782F
Complementary color
Monochromatic Colors of #D3782F
Black with #D3782F
Text Example
Text Example
White with #D3782F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3782F; }
p { color: rgb(211,120,47); }
H1.HeaderClassName
{
color: #D3782F;
}
.AnyTagClassName
{
color: #D3782F;
}
</style>
background-color css
<style>
a { background-color: #D3782F; }
a { background-color: rgb(211,120,47); }
div.DivClassName
{
background-color: #D3782F;
}
.BgClassName
{
background-color: #D3782F;
}
</style>
border-color css
<style>
span { border-color: #D3782F; }
span { border-color: rgb(211,120,47); }
td.TdClassName
{
border-color: #D3782F;
}
.TagClassName
{
border-color: #D3782F;
}
</style>