Shades of Bronze #CC7831
Tints of Bronze #CC7831
RGB
CMYK
RGB Variations
Color information
#CC7831 (or 0xCC7831) is known color: Bronze. HEX triplet: CC, 78 and 31. RGB value is (204,120,49). Sum of RGB (Red+Green+Blue) = 204+120+49=373 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.69% from 373); Green value is 120 (47.27% from 255 or 32.17% from 373); Blue value is 49 (19.53% from 255 or 13.14% from 373); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7831 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7831 is #3387CE. Grayscale: #898989. Windows color (decimal): -3377103 or 3242188. OLE color: 3242188.
HSL color Cylindrical-coordinate representation of color #CC7831: hue angle of 27.48º 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 #CC7831 is Cyan = 0, Magento = 0.41, Yellow = 0.76 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 120 | 49 | - |
| CMYK | 0 | 0.41 | 0.76 | 0.2 |
| HSL | 27.48º | 0.61% | 0.5% | - |
| HSV(B) | 27.48º | 0.76% | 0.8% | - |
| XYZ | 32.17 | 26.49 | 6.32 | - |
| YUV | 137.02 | 78.33 | 175.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 120 | 49 | 0 | 0.41 | 0.76 | 0.2 | 27.48 | 0.61 | 0.5 |
| Hex | CC | 78 | 31 | 0 | 29 | 4C | 14 | 1B | 3D | 32 |
| Octal | 314 | 170 | 61 | 0 | 51 | 114 | 24 | 33 | 75 | 62 |
| Binary | 11001100 | 1111000 | 110001 | 0 | 101001 | 1001100 | 10100 | 11011 | 111101 | 110010 |
Color Harmonies of #CC7831
Complementary color
Monochromatic Colors of #CC7831
Black with #CC7831
Text Example
Text Example
White with #CC7831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7831; }
p { color: rgb(204,120,49); }
H1.HeaderClassName
{
color: #CC7831;
}
.AnyTagClassName
{
color: #CC7831;
}
</style>
background-color css
<style>
a { background-color: #CC7831; }
a { background-color: rgb(204,120,49); }
div.DivClassName
{
background-color: #CC7831;
}
.BgClassName
{
background-color: #CC7831;
}
</style>
border-color css
<style>
span { border-color: #CC7831; }
span { border-color: rgb(204,120,49); }
td.TdClassName
{
border-color: #CC7831;
}
.TagClassName
{
border-color: #CC7831;
}
</style>