Shades of Bronze #CE7837
Tints of Bronze #CE7837
RGB
CMYK
RGB Variations
Color information
#CE7837 (or 0xCE7837) is known color: Bronze. HEX triplet: CE, 78 and 37. RGB value is (206,120,55). Sum of RGB (Red+Green+Blue) = 206+120+55=381 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.07% from 381); Green value is 120 (47.27% from 255 or 31.50% from 381); Blue value is 55 (21.88% from 255 or 14.44% from 381); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7837 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7837 is #3187C8. Grayscale: #8A8A8A. Windows color (decimal): -3246025 or 3635406. OLE color: 3635406.
HSL color Cylindrical-coordinate representation of color #CE7837: hue angle of 25.83º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CE7837 is Cyan = 0, Magento = 0.42, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 120 | 55 | - |
| CMYK | 0 | 0.42 | 0.73 | 0.19 |
| HSL | 25.83º | 0.61% | 0.51% | - |
| HSV(B) | 25.83º | 0.73% | 0.81% | - |
| XYZ | 32.86 | 26.83 | 7.06 | - |
| YUV | 138.3 | 80.99 | 176.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 120 | 55 | 0 | 0.42 | 0.73 | 0.19 | 25.83 | 0.61 | 0.51 |
| Hex | CE | 78 | 37 | 0 | 2A | 49 | 13 | 1A | 3D | 33 |
| Octal | 316 | 170 | 67 | 0 | 52 | 111 | 23 | 32 | 75 | 63 |
| Binary | 11001110 | 1111000 | 110111 | 0 | 101010 | 1001001 | 10011 | 11010 | 111101 | 110011 |
Color Harmonies of #CE7837
Complementary color
Monochromatic Colors of #CE7837
Black with #CE7837
Text Example
Text Example
White with #CE7837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7837; }
p { color: rgb(206,120,55); }
H1.HeaderClassName
{
color: #CE7837;
}
.AnyTagClassName
{
color: #CE7837;
}
</style>
background-color css
<style>
a { background-color: #CE7837; }
a { background-color: rgb(206,120,55); }
div.DivClassName
{
background-color: #CE7837;
}
.BgClassName
{
background-color: #CE7837;
}
</style>
border-color css
<style>
span { border-color: #CE7837; }
span { border-color: rgb(206,120,55); }
td.TdClassName
{
border-color: #CE7837;
}
.TagClassName
{
border-color: #CE7837;
}
</style>