Shades of Bronze #CF7834
Tints of Bronze #CF7834
RGB
CMYK
RGB Variations
Color information
#CF7834 (or 0xCF7834) is known color: Bronze. HEX triplet: CF, 78 and 34. RGB value is (207,120,52). Sum of RGB (Red+Green+Blue) = 207+120+52=379 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.62% from 379); Green value is 120 (47.27% from 255 or 31.66% from 379); Blue value is 52 (20.70% from 255 or 13.72% from 379); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7834 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7834 is #3087CB. Grayscale: #8A8A8A. Windows color (decimal): -3180492 or 3438799. OLE color: 3438799.
HSL color Cylindrical-coordinate representation of color #CF7834: hue angle of 26.32º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CF7834 is Cyan = 0, Magento = 0.42, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 120 | 52 | - |
| CMYK | 0 | 0.42 | 0.75 | 0.19 |
| HSL | 26.32º | 0.62% | 0.51% | - |
| HSV(B) | 26.32º | 0.75% | 0.81% | - |
| XYZ | 33.07 | 26.95 | 6.71 | - |
| YUV | 138.26 | 79.32 | 177.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 120 | 52 | 0 | 0.42 | 0.75 | 0.19 | 26.32 | 0.62 | 0.51 |
| Hex | CF | 78 | 34 | 0 | 2A | 4B | 13 | 1A | 3E | 33 |
| Octal | 317 | 170 | 64 | 0 | 52 | 113 | 23 | 32 | 76 | 63 |
| Binary | 11001111 | 1111000 | 110100 | 0 | 101010 | 1001011 | 10011 | 11010 | 111110 | 110011 |
Color Harmonies of #CF7834
Complementary color
Monochromatic Colors of #CF7834
Black with #CF7834
Text Example
Text Example
White with #CF7834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7834; }
p { color: rgb(207,120,52); }
H1.HeaderClassName
{
color: #CF7834;
}
.AnyTagClassName
{
color: #CF7834;
}
</style>
background-color css
<style>
a { background-color: #CF7834; }
a { background-color: rgb(207,120,52); }
div.DivClassName
{
background-color: #CF7834;
}
.BgClassName
{
background-color: #CF7834;
}
</style>
border-color css
<style>
span { border-color: #CF7834; }
span { border-color: rgb(207,120,52); }
td.TdClassName
{
border-color: #CF7834;
}
.TagClassName
{
border-color: #CF7834;
}
</style>