Shades of Bronze #CE7934
Tints of Bronze #CE7934
RGB
CMYK
RGB Variations
Color information
#CE7934 (or 0xCE7934) is known color: Bronze. HEX triplet: CE, 79 and 34. RGB value is (206,121,52). Sum of RGB (Red+Green+Blue) = 206+121+52=379 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.35% from 379); Green value is 121 (47.66% from 255 or 31.93% from 379); Blue value is 52 (20.70% from 255 or 13.72% from 379); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7934 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7934 is #3186CB. Grayscale: #8A8A8A. Windows color (decimal): -3245772 or 3439054. OLE color: 3439054.
HSL color Cylindrical-coordinate representation of color #CE7934: hue angle of 26.88º degrees, saturation: 0.61, 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 #CE7934 is Cyan = 0, Magento = 0.41, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 121 | 52 | - |
| CMYK | 0 | 0.41 | 0.75 | 0.19 |
| HSL | 26.88º | 0.61% | 0.51% | - |
| HSV(B) | 26.88º | 0.75% | 0.81% | - |
| XYZ | 32.91 | 27.04 | 6.73 | - |
| YUV | 138.55 | 79.16 | 176.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 121 | 52 | 0 | 0.41 | 0.75 | 0.19 | 26.88 | 0.61 | 0.51 |
| Hex | CE | 79 | 34 | 0 | 29 | 4B | 13 | 1B | 3D | 33 |
| Octal | 316 | 171 | 64 | 0 | 51 | 113 | 23 | 33 | 75 | 63 |
| Binary | 11001110 | 1111001 | 110100 | 0 | 101001 | 1001011 | 10011 | 11011 | 111101 | 110011 |
Color Harmonies of #CE7934
Complementary color
Monochromatic Colors of #CE7934
Black with #CE7934
Text Example
Text Example
White with #CE7934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7934; }
p { color: rgb(206,121,52); }
H1.HeaderClassName
{
color: #CE7934;
}
.AnyTagClassName
{
color: #CE7934;
}
</style>
background-color css
<style>
a { background-color: #CE7934; }
a { background-color: rgb(206,121,52); }
div.DivClassName
{
background-color: #CE7934;
}
.BgClassName
{
background-color: #CE7934;
}
</style>
border-color css
<style>
span { border-color: #CE7934; }
span { border-color: rgb(206,121,52); }
td.TdClassName
{
border-color: #CE7934;
}
.TagClassName
{
border-color: #CE7934;
}
</style>