Shades of Bronze #D07939
Tints of Bronze #D07939
RGB
CMYK
RGB Variations
Color information
#D07939 (or 0xD07939) is known color: Bronze. HEX triplet: D0, 79 and 39. RGB value is (208,121,57). Sum of RGB (Red+Green+Blue) = 208+121+57=386 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.89% from 386); Green value is 121 (47.66% from 255 or 31.35% from 386); Blue value is 57 (22.66% from 255 or 14.77% from 386); Max value from RGB is 208 - color contains mainly: red. Hex color #D07939 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07939 is #2F86C6. Grayscale: #8C8C8C. Windows color (decimal): -3114695 or 3766736. OLE color: 3766736.
HSL color Cylindrical-coordinate representation of color #D07939: hue angle of 25.43º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D07939 is Cyan = 0, Magento = 0.42, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 121 | 57 | - |
| CMYK | 0 | 0.42 | 0.73 | 0.18 |
| HSL | 25.43º | 0.62% | 0.52% | - |
| HSV(B) | 25.43º | 0.73% | 0.82% | - |
| XYZ | 33.59 | 27.38 | 7.39 | - |
| YUV | 139.72 | 81.32 | 176.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 121 | 57 | 0 | 0.42 | 0.73 | 0.18 | 25.43 | 0.62 | 0.52 |
| Hex | D0 | 79 | 39 | 0 | 2A | 49 | 12 | 19 | 3E | 34 |
| Octal | 320 | 171 | 71 | 0 | 52 | 111 | 22 | 31 | 76 | 64 |
| Binary | 11010000 | 1111001 | 111001 | 0 | 101010 | 1001001 | 10010 | 11001 | 111110 | 110100 |
Color Harmonies of #D07939
Complementary color
Monochromatic Colors of #D07939
Black with #D07939
Text Example
Text Example
White with #D07939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07939; }
p { color: rgb(208,121,57); }
H1.HeaderClassName
{
color: #D07939;
}
.AnyTagClassName
{
color: #D07939;
}
</style>
background-color css
<style>
a { background-color: #D07939; }
a { background-color: rgb(208,121,57); }
div.DivClassName
{
background-color: #D07939;
}
.BgClassName
{
background-color: #D07939;
}
</style>
border-color css
<style>
span { border-color: #D07939; }
span { border-color: rgb(208,121,57); }
td.TdClassName
{
border-color: #D07939;
}
.TagClassName
{
border-color: #D07939;
}
</style>