Shades of Bronze #CC7937
Tints of Bronze #CC7937
RGB
CMYK
RGB Variations
Color information
#CC7937 (or 0xCC7937) is known color: Bronze. HEX triplet: CC, 79 and 37. RGB value is (204,121,55). Sum of RGB (Red+Green+Blue) = 204+121+55=380 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.68% from 380); Green value is 121 (47.66% from 255 or 31.84% from 380); Blue value is 55 (21.88% from 255 or 14.47% from 380); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7937 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7937 is #3386C8. Grayscale: #8A8A8A. Windows color (decimal): -3376841 or 3635660. OLE color: 3635660.
HSL color Cylindrical-coordinate representation of color #CC7937: hue angle of 26.58º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CC7937 is Cyan = 0, Magento = 0.41, Yellow = 0.73 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 121 | 55 | - |
| CMYK | 0 | 0.41 | 0.73 | 0.2 |
| HSL | 26.58º | 0.59% | 0.51% | - |
| HSV(B) | 26.58º | 0.73% | 0.8% | - |
| XYZ | 32.43 | 26.79 | 7.08 | - |
| YUV | 138.29 | 81 | 174.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 121 | 55 | 0 | 0.41 | 0.73 | 0.2 | 26.58 | 0.59 | 0.51 |
| Hex | CC | 79 | 37 | 0 | 29 | 49 | 14 | 1B | 3B | 33 |
| Octal | 314 | 171 | 67 | 0 | 51 | 111 | 24 | 33 | 73 | 63 |
| Binary | 11001100 | 1111001 | 110111 | 0 | 101001 | 1001001 | 10100 | 11011 | 111011 | 110011 |
Color Harmonies of #CC7937
Complementary color
Monochromatic Colors of #CC7937
Black with #CC7937
Text Example
Text Example
White with #CC7937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7937; }
p { color: rgb(204,121,55); }
H1.HeaderClassName
{
color: #CC7937;
}
.AnyTagClassName
{
color: #CC7937;
}
</style>
background-color css
<style>
a { background-color: #CC7937; }
a { background-color: rgb(204,121,55); }
div.DivClassName
{
background-color: #CC7937;
}
.BgClassName
{
background-color: #CC7937;
}
</style>
border-color css
<style>
span { border-color: #CC7937; }
span { border-color: rgb(204,121,55); }
td.TdClassName
{
border-color: #CC7937;
}
.TagClassName
{
border-color: #CC7937;
}
</style>