Shades of Bronze #D07A34
Tints of Bronze #D07A34
RGB
CMYK
RGB Variations
Color information
#D07A34 (or 0xD07A34) is known color: Bronze. HEX triplet: D0, 7A and 34. RGB value is (208,122,52). Sum of RGB (Red+Green+Blue) = 208+122+52=382 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.45% from 382); Green value is 122 (48.05% from 255 or 31.94% from 382); Blue value is 52 (20.70% from 255 or 13.61% from 382); Max value from RGB is 208 - color contains mainly: red. Hex color #D07A34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07A34 is #2F85CB. Grayscale: #8C8C8C. Windows color (decimal): -3114444 or 3439312. OLE color: 3439312.
HSL color Cylindrical-coordinate representation of color #D07A34: hue angle of 26.92º 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 #D07A34 is Cyan = 0, Magento = 0.41, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 122 | 52 | - |
| CMYK | 0 | 0.41 | 0.75 | 0.18 |
| HSL | 26.92º | 0.62% | 0.51% | - |
| HSV(B) | 26.92º | 0.75% | 0.82% | - |
| XYZ | 33.59 | 27.58 | 6.8 | - |
| YUV | 139.73 | 78.49 | 176.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 122 | 52 | 0 | 0.41 | 0.75 | 0.18 | 26.92 | 0.62 | 0.51 |
| Hex | D0 | 7A | 34 | 0 | 29 | 4B | 12 | 1B | 3E | 33 |
| Octal | 320 | 172 | 64 | 0 | 51 | 113 | 22 | 33 | 76 | 63 |
| Binary | 11010000 | 1111010 | 110100 | 0 | 101001 | 1001011 | 10010 | 11011 | 111110 | 110011 |
Color Harmonies of #D07A34
Complementary color
Monochromatic Colors of #D07A34
Black with #D07A34
Text Example
Text Example
White with #D07A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07A34; }
p { color: rgb(208,122,52); }
H1.HeaderClassName
{
color: #D07A34;
}
.AnyTagClassName
{
color: #D07A34;
}
</style>
background-color css
<style>
a { background-color: #D07A34; }
a { background-color: rgb(208,122,52); }
div.DivClassName
{
background-color: #D07A34;
}
.BgClassName
{
background-color: #D07A34;
}
</style>
border-color css
<style>
span { border-color: #D07A34; }
span { border-color: rgb(208,122,52); }
td.TdClassName
{
border-color: #D07A34;
}
.TagClassName
{
border-color: #D07A34;
}
</style>