Shades of Bronze #CE7937
Tints of Bronze #CE7937
RGB
CMYK
RGB Variations
Color information
#CE7937 (or 0xCE7937) is known color: Bronze. HEX triplet: CE, 79 and 37. RGB value is (206,121,55). Sum of RGB (Red+Green+Blue) = 206+121+55=382 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.93% from 382); Green value is 121 (47.66% from 255 or 31.68% from 382); Blue value is 55 (21.88% from 255 or 14.40% from 382); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7937 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7937 is #3186C8. Grayscale: #8B8B8B. Windows color (decimal): -3245769 or 3635662. OLE color: 3635662.
HSL color Cylindrical-coordinate representation of color #CE7937: hue angle of 26.23º 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 #CE7937 is Cyan = 0, Magento = 0.41, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 121 | 55 | - |
| CMYK | 0 | 0.41 | 0.73 | 0.19 |
| HSL | 26.23º | 0.61% | 0.51% | - |
| HSV(B) | 26.23º | 0.73% | 0.81% | - |
| XYZ | 32.98 | 27.07 | 7.1 | - |
| YUV | 138.89 | 80.66 | 175.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 121 | 55 | 0 | 0.41 | 0.73 | 0.19 | 26.23 | 0.61 | 0.51 |
| Hex | CE | 79 | 37 | 0 | 29 | 49 | 13 | 1A | 3D | 33 |
| Octal | 316 | 171 | 67 | 0 | 51 | 111 | 23 | 32 | 75 | 63 |
| Binary | 11001110 | 1111001 | 110111 | 0 | 101001 | 1001001 | 10011 | 11010 | 111101 | 110011 |
Color Harmonies of #CE7937
Complementary color
Monochromatic Colors of #CE7937
Black with #CE7937
Text Example
Text Example
White with #CE7937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7937; }
p { color: rgb(206,121,55); }
H1.HeaderClassName
{
color: #CE7937;
}
.AnyTagClassName
{
color: #CE7937;
}
</style>
background-color css
<style>
a { background-color: #CE7937; }
a { background-color: rgb(206,121,55); }
div.DivClassName
{
background-color: #CE7937;
}
.BgClassName
{
background-color: #CE7937;
}
</style>
border-color css
<style>
span { border-color: #CE7937; }
span { border-color: rgb(206,121,55); }
td.TdClassName
{
border-color: #CE7937;
}
.TagClassName
{
border-color: #CE7937;
}
</style>