Shades of Bronze #D07732
Tints of Bronze #D07732
RGB
CMYK
RGB Variations
Color information
#D07732 (or 0xD07732) is known color: Bronze. HEX triplet: D0, 77 and 32. RGB value is (208,119,50). Sum of RGB (Red+Green+Blue) = 208+119+50=377 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.17% from 377); Green value is 119 (46.88% from 255 or 31.56% from 377); Blue value is 50 (19.92% from 255 or 13.26% from 377); Max value from RGB is 208 - color contains mainly: red. Hex color #D07732 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07732 is #2F88CD. Grayscale: #8A8A8A. Windows color (decimal): -3115214 or 3307472. OLE color: 3307472.
HSL color Cylindrical-coordinate representation of color #D07732: hue angle of 26.2º 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 #D07732 is Cyan = 0, Magento = 0.43, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 119 | 50 | - |
| CMYK | 0 | 0.43 | 0.76 | 0.18 |
| HSL | 26.2º | 0.63% | 0.51% | - |
| HSV(B) | 26.2º | 0.76% | 0.82% | - |
| XYZ | 33.18 | 26.83 | 6.45 | - |
| YUV | 137.75 | 78.49 | 178.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 119 | 50 | 0 | 0.43 | 0.76 | 0.18 | 26.2 | 0.63 | 0.51 |
| Hex | D0 | 77 | 32 | 0 | 2B | 4C | 12 | 1A | 3F | 33 |
| Octal | 320 | 167 | 62 | 0 | 53 | 114 | 22 | 32 | 77 | 63 |
| Binary | 11010000 | 1110111 | 110010 | 0 | 101011 | 1001100 | 10010 | 11010 | 111111 | 110011 |
Color Harmonies of #D07732
Complementary color
Monochromatic Colors of #D07732
Black with #D07732
Text Example
Text Example
White with #D07732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07732; }
p { color: rgb(208,119,50); }
H1.HeaderClassName
{
color: #D07732;
}
.AnyTagClassName
{
color: #D07732;
}
</style>
background-color css
<style>
a { background-color: #D07732; }
a { background-color: rgb(208,119,50); }
div.DivClassName
{
background-color: #D07732;
}
.BgClassName
{
background-color: #D07732;
}
</style>
border-color css
<style>
span { border-color: #D07732; }
span { border-color: rgb(208,119,50); }
td.TdClassName
{
border-color: #D07732;
}
.TagClassName
{
border-color: #D07732;
}
</style>