Shades of Bronze #CE7835
Tints of Bronze #CE7835
RGB
CMYK
RGB Variations
Color information
#CE7835 (or 0xCE7835) is known color: Bronze. HEX triplet: CE, 78 and 35. RGB value is (206,120,53). Sum of RGB (Red+Green+Blue) = 206+120+53=379 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.35% from 379); Green value is 120 (47.27% from 255 or 31.66% from 379); Blue value is 53 (21.09% from 255 or 13.98% from 379); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7835 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7835 is #3187CA. Grayscale: #8A8A8A. Windows color (decimal): -3246027 or 3504334. OLE color: 3504334.
HSL color Cylindrical-coordinate representation of color #CE7835: hue angle of 26.27º 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 #CE7835 is Cyan = 0, Magento = 0.42, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 120 | 53 | - |
| CMYK | 0 | 0.42 | 0.74 | 0.19 |
| HSL | 26.27º | 0.61% | 0.51% | - |
| HSV(B) | 26.27º | 0.74% | 0.81% | - |
| XYZ | 32.81 | 26.81 | 6.81 | - |
| YUV | 138.08 | 79.99 | 176.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 120 | 53 | 0 | 0.42 | 0.74 | 0.19 | 26.27 | 0.61 | 0.51 |
| Hex | CE | 78 | 35 | 0 | 2A | 4A | 13 | 1A | 3D | 33 |
| Octal | 316 | 170 | 65 | 0 | 52 | 112 | 23 | 32 | 75 | 63 |
| Binary | 11001110 | 1111000 | 110101 | 0 | 101010 | 1001010 | 10011 | 11010 | 111101 | 110011 |
Color Harmonies of #CE7835
Complementary color
Monochromatic Colors of #CE7835
Black with #CE7835
Text Example
Text Example
White with #CE7835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7835; }
p { color: rgb(206,120,53); }
H1.HeaderClassName
{
color: #CE7835;
}
.AnyTagClassName
{
color: #CE7835;
}
</style>
background-color css
<style>
a { background-color: #CE7835; }
a { background-color: rgb(206,120,53); }
div.DivClassName
{
background-color: #CE7835;
}
.BgClassName
{
background-color: #CE7835;
}
</style>
border-color css
<style>
span { border-color: #CE7835; }
span { border-color: rgb(206,120,53); }
td.TdClassName
{
border-color: #CE7835;
}
.TagClassName
{
border-color: #CE7835;
}
</style>