Shades of Bronze #C57C31
Tints of Bronze #C57C31
RGB
CMYK
RGB Variations
Color information
#C57C31 (or 0xC57C31) is known color: Bronze. HEX triplet: C5, 7C and 31. RGB value is (197,124,49). Sum of RGB (Red+Green+Blue) = 197+124+49=370 (49% of max value = 765). Red value is 197 (77.34% from 255 or 53.24% from 370); Green value is 124 (48.83% from 255 or 33.51% from 370); Blue value is 49 (19.53% from 255 or 13.24% from 370); Max value from RGB is 197 - color contains mainly: red. Hex color #C57C31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57C31 is #3A83CE. Grayscale: #898989. Windows color (decimal): -3834831 or 3243205. OLE color: 3243205.
HSL color Cylindrical-coordinate representation of color #C57C31: hue angle of 30.41º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C57C31 is Cyan = 0, Magento = 0.37, Yellow = 0.75 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 124 | 49 | - |
| CMYK | 0 | 0.37 | 0.75 | 0.23 |
| HSL | 30.41º | 0.6% | 0.48% | - |
| HSV(B) | 30.41º | 0.75% | 0.77% | - |
| XYZ | 30.79 | 26.51 | 6.4 | - |
| YUV | 137.28 | 78.18 | 170.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 124 | 49 | 0 | 0.37 | 0.75 | 0.23 | 30.41 | 0.6 | 0.48 |
| Hex | C5 | 7C | 31 | 0 | 25 | 4B | 17 | 1E | 3C | 30 |
| Octal | 305 | 174 | 61 | 0 | 45 | 113 | 27 | 36 | 74 | 60 |
| Binary | 11000101 | 1111100 | 110001 | 0 | 100101 | 1001011 | 10111 | 11110 | 111100 | 110000 |
Color Harmonies of #C57C31
Complementary color
Monochromatic Colors of #C57C31
Black with #C57C31
Text Example
Text Example
White with #C57C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57C31; }
p { color: rgb(197,124,49); }
H1.HeaderClassName
{
color: #C57C31;
}
.AnyTagClassName
{
color: #C57C31;
}
</style>
background-color css
<style>
a { background-color: #C57C31; }
a { background-color: rgb(197,124,49); }
div.DivClassName
{
background-color: #C57C31;
}
.BgClassName
{
background-color: #C57C31;
}
</style>
border-color css
<style>
span { border-color: #C57C31; }
span { border-color: rgb(197,124,49); }
td.TdClassName
{
border-color: #C57C31;
}
.TagClassName
{
border-color: #C57C31;
}
</style>