Shades of Bronze #D07834
Tints of Bronze #D07834
RGB
CMYK
RGB Variations
Color information
#D07834 (or 0xD07834) is known color: Bronze. HEX triplet: D0, 78 and 34. RGB value is (208,120,52). Sum of RGB (Red+Green+Blue) = 208+120+52=380 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.74% from 380); Green value is 120 (47.27% from 255 or 31.58% from 380); Blue value is 52 (20.70% from 255 or 13.68% from 380); Max value from RGB is 208 - color contains mainly: red. Hex color #D07834 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07834 is #2F87CB. Grayscale: #8A8A8A. Windows color (decimal): -3114956 or 3438800. OLE color: 3438800.
HSL color Cylindrical-coordinate representation of color #D07834: hue angle of 26.15º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D07834 is Cyan = 0, Magento = 0.42, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 120 | 52 | - |
| CMYK | 0 | 0.42 | 0.75 | 0.18 |
| HSL | 26.15º | 0.62% | 0.51% | - |
| HSV(B) | 26.15º | 0.75% | 0.82% | - |
| XYZ | 33.35 | 27.09 | 6.72 | - |
| YUV | 138.56 | 79.15 | 177.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 120 | 52 | 0 | 0.42 | 0.75 | 0.18 | 26.15 | 0.62 | 0.51 |
| Hex | D0 | 78 | 34 | 0 | 2A | 4B | 12 | 1A | 3E | 33 |
| Octal | 320 | 170 | 64 | 0 | 52 | 113 | 22 | 32 | 76 | 63 |
| Binary | 11010000 | 1111000 | 110100 | 0 | 101010 | 1001011 | 10010 | 11010 | 111110 | 110011 |
Color Harmonies of #D07834
Complementary color
Monochromatic Colors of #D07834
Black with #D07834
Text Example
Text Example
White with #D07834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07834; }
p { color: rgb(208,120,52); }
H1.HeaderClassName
{
color: #D07834;
}
.AnyTagClassName
{
color: #D07834;
}
</style>
background-color css
<style>
a { background-color: #D07834; }
a { background-color: rgb(208,120,52); }
div.DivClassName
{
background-color: #D07834;
}
.BgClassName
{
background-color: #D07834;
}
</style>
border-color css
<style>
span { border-color: #D07834; }
span { border-color: rgb(208,120,52); }
td.TdClassName
{
border-color: #D07834;
}
.TagClassName
{
border-color: #D07834;
}
</style>