Shades of Bronze #D07836
Tints of Bronze #D07836
RGB
CMYK
RGB Variations
Color information
#D07836 (or 0xD07836) is known color: Bronze. HEX triplet: D0, 78 and 36. RGB value is (208,120,54). Sum of RGB (Red+Green+Blue) = 208+120+54=382 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.45% from 382); Green value is 120 (47.27% from 255 or 31.41% from 382); Blue value is 54 (21.48% from 255 or 14.14% from 382); Max value from RGB is 208 - color contains mainly: red. Hex color #D07836 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07836 is #2F87C9. Grayscale: #8B8B8B. Windows color (decimal): -3114954 or 3569872. OLE color: 3569872.
HSL color Cylindrical-coordinate representation of color #D07836: hue angle of 25.71º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D07836 is Cyan = 0, Magento = 0.42, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 120 | 54 | - |
| CMYK | 0 | 0.42 | 0.74 | 0.18 |
| HSL | 25.71º | 0.62% | 0.51% | - |
| HSV(B) | 25.71º | 0.74% | 0.82% | - |
| XYZ | 33.39 | 27.11 | 6.96 | - |
| YUV | 138.79 | 80.15 | 177.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 120 | 54 | 0 | 0.42 | 0.74 | 0.18 | 25.71 | 0.62 | 0.51 |
| Hex | D0 | 78 | 36 | 0 | 2A | 4A | 12 | 1A | 3E | 33 |
| Octal | 320 | 170 | 66 | 0 | 52 | 112 | 22 | 32 | 76 | 63 |
| Binary | 11010000 | 1111000 | 110110 | 0 | 101010 | 1001010 | 10010 | 11010 | 111110 | 110011 |
Color Harmonies of #D07836
Complementary color
Monochromatic Colors of #D07836
Black with #D07836
Text Example
Text Example
White with #D07836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07836; }
p { color: rgb(208,120,54); }
H1.HeaderClassName
{
color: #D07836;
}
.AnyTagClassName
{
color: #D07836;
}
</style>
background-color css
<style>
a { background-color: #D07836; }
a { background-color: rgb(208,120,54); }
div.DivClassName
{
background-color: #D07836;
}
.BgClassName
{
background-color: #D07836;
}
</style>
border-color css
<style>
span { border-color: #D07836; }
span { border-color: rgb(208,120,54); }
td.TdClassName
{
border-color: #D07836;
}
.TagClassName
{
border-color: #D07836;
}
</style>