Shades of Bronze #CC7931
Tints of Bronze #CC7931
RGB
CMYK
RGB Variations
Color information
#CC7931 (or 0xCC7931) is known color: Bronze. HEX triplet: CC, 79 and 31. RGB value is (204,121,49). Sum of RGB (Red+Green+Blue) = 204+121+49=374 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.55% from 374); Green value is 121 (47.66% from 255 or 32.35% from 374); Blue value is 49 (19.53% from 255 or 13.10% from 374); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7931 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7931 is #3386CE. Grayscale: #898989. Windows color (decimal): -3376847 or 3242444. OLE color: 3242444.
HSL color Cylindrical-coordinate representation of color #CC7931: hue angle of 27.87º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CC7931 is Cyan = 0, Magento = 0.41, Yellow = 0.76 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 121 | 49 | - |
| CMYK | 0 | 0.41 | 0.76 | 0.2 |
| HSL | 27.87º | 0.61% | 0.5% | - |
| HSV(B) | 27.87º | 0.76% | 0.8% | - |
| XYZ | 32.29 | 26.73 | 6.36 | - |
| YUV | 137.61 | 78 | 175.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 121 | 49 | 0 | 0.41 | 0.76 | 0.2 | 27.87 | 0.61 | 0.5 |
| Hex | CC | 79 | 31 | 0 | 29 | 4C | 14 | 1C | 3D | 32 |
| Octal | 314 | 171 | 61 | 0 | 51 | 114 | 24 | 34 | 75 | 62 |
| Binary | 11001100 | 1111001 | 110001 | 0 | 101001 | 1001100 | 10100 | 11100 | 111101 | 110010 |
Color Harmonies of #CC7931
Complementary color
Monochromatic Colors of #CC7931
Black with #CC7931
Text Example
Text Example
White with #CC7931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7931; }
p { color: rgb(204,121,49); }
H1.HeaderClassName
{
color: #CC7931;
}
.AnyTagClassName
{
color: #CC7931;
}
</style>
background-color css
<style>
a { background-color: #CC7931; }
a { background-color: rgb(204,121,49); }
div.DivClassName
{
background-color: #CC7931;
}
.BgClassName
{
background-color: #CC7931;
}
</style>
border-color css
<style>
span { border-color: #CC7931; }
span { border-color: rgb(204,121,49); }
td.TdClassName
{
border-color: #CC7931;
}
.TagClassName
{
border-color: #CC7931;
}
</style>