Shades of Bronze #CC7835
Tints of Bronze #CC7835
RGB
CMYK
RGB Variations
Color information
#CC7835 (or 0xCC7835) is known color: Bronze. HEX triplet: CC, 78 and 35. RGB value is (204,120,53). Sum of RGB (Red+Green+Blue) = 204+120+53=377 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.11% from 377); Green value is 120 (47.27% from 255 or 31.83% from 377); Blue value is 53 (21.09% from 255 or 14.06% from 377); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7835 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7835 is #3387CA. Grayscale: #898989. Windows color (decimal): -3377099 or 3504332. OLE color: 3504332.
HSL color Cylindrical-coordinate representation of color #CC7835: hue angle of 26.62º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CC7835 is Cyan = 0, Magento = 0.41, Yellow = 0.74 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 120 | 53 | - |
| CMYK | 0 | 0.41 | 0.74 | 0.2 |
| HSL | 26.62º | 0.6% | 0.5% | - |
| HSV(B) | 26.62º | 0.74% | 0.8% | - |
| XYZ | 32.26 | 26.53 | 6.79 | - |
| YUV | 137.48 | 80.33 | 175.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 120 | 53 | 0 | 0.41 | 0.74 | 0.2 | 26.62 | 0.6 | 0.5 |
| Hex | CC | 78 | 35 | 0 | 29 | 4A | 14 | 1B | 3C | 32 |
| Octal | 314 | 170 | 65 | 0 | 51 | 112 | 24 | 33 | 74 | 62 |
| Binary | 11001100 | 1111000 | 110101 | 0 | 101001 | 1001010 | 10100 | 11011 | 111100 | 110010 |
Color Harmonies of #CC7835
Complementary color
Monochromatic Colors of #CC7835
Black with #CC7835
Text Example
Text Example
White with #CC7835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7835; }
p { color: rgb(204,120,53); }
H1.HeaderClassName
{
color: #CC7835;
}
.AnyTagClassName
{
color: #CC7835;
}
</style>
background-color css
<style>
a { background-color: #CC7835; }
a { background-color: rgb(204,120,53); }
div.DivClassName
{
background-color: #CC7835;
}
.BgClassName
{
background-color: #CC7835;
}
</style>
border-color css
<style>
span { border-color: #CC7835; }
span { border-color: rgb(204,120,53); }
td.TdClassName
{
border-color: #CC7835;
}
.TagClassName
{
border-color: #CC7835;
}
</style>