Shades of Bronze #CF8136
Tints of Bronze #CF8136
RGB
CMYK
RGB Variations
Color information
#CF8136 (or 0xCF8136) is known color: Bronze. HEX triplet: CF, 81 and 36. RGB value is (207,129,54). Sum of RGB (Red+Green+Blue) = 207+129+54=390 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.08% from 390); Green value is 129 (50.78% from 255 or 33.08% from 390); Blue value is 54 (21.48% from 255 or 13.85% from 390); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8136 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8136 is #307EC9. Grayscale: #909090. Windows color (decimal): -3178186 or 3572175. OLE color: 3572175.
HSL color Cylindrical-coordinate representation of color #CF8136: hue angle of 29.41º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CF8136 is Cyan = 0, Magento = 0.38, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 129 | 54 | - |
| CMYK | 0 | 0.38 | 0.74 | 0.19 |
| HSL | 29.41º | 0.61% | 0.51% | - |
| HSV(B) | 29.41º | 0.74% | 0.81% | - |
| XYZ | 34.25 | 29.23 | 7.33 | - |
| YUV | 143.77 | 77.34 | 173.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 129 | 54 | 0 | 0.38 | 0.74 | 0.19 | 29.41 | 0.61 | 0.51 |
| Hex | CF | 81 | 36 | 0 | 26 | 4A | 13 | 1D | 3D | 33 |
| Octal | 317 | 201 | 66 | 0 | 46 | 112 | 23 | 35 | 75 | 63 |
| Binary | 11001111 | 10000001 | 110110 | 0 | 100110 | 1001010 | 10011 | 11101 | 111101 | 110011 |
Color Harmonies of #CF8136
Complementary color
Monochromatic Colors of #CF8136
Black with #CF8136
Text Example
Text Example
White with #CF8136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8136; }
p { color: rgb(207,129,54); }
H1.HeaderClassName
{
color: #CF8136;
}
.AnyTagClassName
{
color: #CF8136;
}
</style>
background-color css
<style>
a { background-color: #CF8136; }
a { background-color: rgb(207,129,54); }
div.DivClassName
{
background-color: #CF8136;
}
.BgClassName
{
background-color: #CF8136;
}
</style>
border-color css
<style>
span { border-color: #CF8136; }
span { border-color: rgb(207,129,54); }
td.TdClassName
{
border-color: #CF8136;
}
.TagClassName
{
border-color: #CF8136;
}
</style>