Shades of Bronze #CF8234
Tints of Bronze #CF8234
RGB
CMYK
RGB Variations
Color information
#CF8234 (or 0xCF8234) is known color: Bronze. HEX triplet: CF, 82 and 34. RGB value is (207,130,52). Sum of RGB (Red+Green+Blue) = 207+130+52=389 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.21% from 389); Green value is 130 (51.17% from 255 or 33.42% from 389); Blue value is 52 (20.70% from 255 or 13.37% from 389); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8234 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8234 is #307DCB. Grayscale: #909090. Windows color (decimal): -3177932 or 3441359. OLE color: 3441359.
HSL color Cylindrical-coordinate representation of color #CF8234: hue angle of 30.19º 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 #CF8234 is Cyan = 0, Magento = 0.37, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 130 | 52 | - |
| CMYK | 0 | 0.37 | 0.75 | 0.19 |
| HSL | 30.19º | 0.62% | 0.51% | - |
| HSV(B) | 30.19º | 0.75% | 0.81% | - |
| XYZ | 34.33 | 29.48 | 7.13 | - |
| YUV | 144.13 | 76.01 | 172.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 130 | 52 | 0 | 0.37 | 0.75 | 0.19 | 30.19 | 0.62 | 0.51 |
| Hex | CF | 82 | 34 | 0 | 25 | 4B | 13 | 1E | 3E | 33 |
| Octal | 317 | 202 | 64 | 0 | 45 | 113 | 23 | 36 | 76 | 63 |
| Binary | 11001111 | 10000010 | 110100 | 0 | 100101 | 1001011 | 10011 | 11110 | 111110 | 110011 |
Color Harmonies of #CF8234
Complementary color
Monochromatic Colors of #CF8234
Black with #CF8234
Text Example
Text Example
White with #CF8234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8234; }
p { color: rgb(207,130,52); }
H1.HeaderClassName
{
color: #CF8234;
}
.AnyTagClassName
{
color: #CF8234;
}
</style>
background-color css
<style>
a { background-color: #CF8234; }
a { background-color: rgb(207,130,52); }
div.DivClassName
{
background-color: #CF8234;
}
.BgClassName
{
background-color: #CF8234;
}
</style>
border-color css
<style>
span { border-color: #CF8234; }
span { border-color: rgb(207,130,52); }
td.TdClassName
{
border-color: #CF8234;
}
.TagClassName
{
border-color: #CF8234;
}
</style>