Shades of Bronze #CF7831
Tints of Bronze #CF7831
RGB
CMYK
RGB Variations
Color information
#CF7831 (or 0xCF7831) is known color: Bronze. HEX triplet: CF, 78 and 31. RGB value is (207,120,49). Sum of RGB (Red+Green+Blue) = 207+120+49=376 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.05% from 376); Green value is 120 (47.27% from 255 or 31.91% from 376); Blue value is 49 (19.53% from 255 or 13.03% from 376); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7831 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7831 is #3087CE. Grayscale: #8A8A8A. Windows color (decimal): -3180495 or 3242191. OLE color: 3242191.
HSL color Cylindrical-coordinate representation of color #CF7831: hue angle of 26.96º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CF7831 is Cyan = 0, Magento = 0.42, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 120 | 49 | - |
| CMYK | 0 | 0.42 | 0.76 | 0.19 |
| HSL | 26.96º | 0.62% | 0.5% | - |
| HSV(B) | 26.96º | 0.76% | 0.81% | - |
| XYZ | 33 | 26.92 | 6.36 | - |
| YUV | 137.92 | 77.82 | 177.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 120 | 49 | 0 | 0.42 | 0.76 | 0.19 | 26.96 | 0.62 | 0.5 |
| Hex | CF | 78 | 31 | 0 | 2A | 4C | 13 | 1B | 3E | 32 |
| Octal | 317 | 170 | 61 | 0 | 52 | 114 | 23 | 33 | 76 | 62 |
| Binary | 11001111 | 1111000 | 110001 | 0 | 101010 | 1001100 | 10011 | 11011 | 111110 | 110010 |
Color Harmonies of #CF7831
Complementary color
Monochromatic Colors of #CF7831
Black with #CF7831
Text Example
Text Example
White with #CF7831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7831; }
p { color: rgb(207,120,49); }
H1.HeaderClassName
{
color: #CF7831;
}
.AnyTagClassName
{
color: #CF7831;
}
</style>
background-color css
<style>
a { background-color: #CF7831; }
a { background-color: rgb(207,120,49); }
div.DivClassName
{
background-color: #CF7831;
}
.BgClassName
{
background-color: #CF7831;
}
</style>
border-color css
<style>
span { border-color: #CF7831; }
span { border-color: rgb(207,120,49); }
td.TdClassName
{
border-color: #CF7831;
}
.TagClassName
{
border-color: #CF7831;
}
</style>