Shades of Bronze #D07A32
Tints of Bronze #D07A32
RGB
CMYK
RGB Variations
Color information
#D07A32 (or 0xD07A32) is known color: Bronze. HEX triplet: D0, 7A and 32. RGB value is (208,122,50). Sum of RGB (Red+Green+Blue) = 208+122+50=380 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.74% from 380); Green value is 122 (48.05% from 255 or 32.11% from 380); Blue value is 50 (19.92% from 255 or 13.16% from 380); Max value from RGB is 208 - color contains mainly: red. Hex color #D07A32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07A32 is #2F85CD. Grayscale: #8B8B8B. Windows color (decimal): -3114446 or 3308240. OLE color: 3308240.
HSL color Cylindrical-coordinate representation of color #D07A32: hue angle of 27.34º 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 #D07A32 is Cyan = 0, Magento = 0.41, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 122 | 50 | - |
| CMYK | 0 | 0.41 | 0.76 | 0.18 |
| HSL | 27.34º | 0.63% | 0.51% | - |
| HSV(B) | 27.34º | 0.76% | 0.82% | - |
| XYZ | 33.55 | 27.56 | 6.57 | - |
| YUV | 139.51 | 77.49 | 176.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 122 | 50 | 0 | 0.41 | 0.76 | 0.18 | 27.34 | 0.63 | 0.51 |
| Hex | D0 | 7A | 32 | 0 | 29 | 4C | 12 | 1B | 3F | 33 |
| Octal | 320 | 172 | 62 | 0 | 51 | 114 | 22 | 33 | 77 | 63 |
| Binary | 11010000 | 1111010 | 110010 | 0 | 101001 | 1001100 | 10010 | 11011 | 111111 | 110011 |
Color Harmonies of #D07A32
Complementary color
Monochromatic Colors of #D07A32
Black with #D07A32
Text Example
Text Example
White with #D07A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07A32; }
p { color: rgb(208,122,50); }
H1.HeaderClassName
{
color: #D07A32;
}
.AnyTagClassName
{
color: #D07A32;
}
</style>
background-color css
<style>
a { background-color: #D07A32; }
a { background-color: rgb(208,122,50); }
div.DivClassName
{
background-color: #D07A32;
}
.BgClassName
{
background-color: #D07A32;
}
</style>
border-color css
<style>
span { border-color: #D07A32; }
span { border-color: rgb(208,122,50); }
td.TdClassName
{
border-color: #D07A32;
}
.TagClassName
{
border-color: #D07A32;
}
</style>