Shades of Bronze #C57A32
Tints of Bronze #C57A32
RGB
CMYK
RGB Variations
Color information
#C57A32 (or 0xC57A32) is known color: Bronze. HEX triplet: C5, 7A and 32. RGB value is (197,122,50). Sum of RGB (Red+Green+Blue) = 197+122+50=369 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.39% from 369); Green value is 122 (48.05% from 255 or 33.06% from 369); Blue value is 50 (19.92% from 255 or 13.55% from 369); Max value from RGB is 197 - color contains mainly: red. Hex color #C57A32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57A32 is #3A85CD. Grayscale: #888888. Windows color (decimal): -3835342 or 3308229. OLE color: 3308229.
HSL color Cylindrical-coordinate representation of color #C57A32: hue angle of 29.39º 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 #C57A32 is Cyan = 0, Magento = 0.38, Yellow = 0.75 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 122 | 50 | - |
| CMYK | 0 | 0.38 | 0.75 | 0.23 |
| HSL | 29.39º | 0.6% | 0.48% | - |
| HSV(B) | 29.39º | 0.75% | 0.77% | - |
| XYZ | 30.56 | 26.02 | 6.43 | - |
| YUV | 136.22 | 79.35 | 171.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 122 | 50 | 0 | 0.38 | 0.75 | 0.23 | 29.39 | 0.6 | 0.48 |
| Hex | C5 | 7A | 32 | 0 | 26 | 4B | 17 | 1D | 3C | 30 |
| Octal | 305 | 172 | 62 | 0 | 46 | 113 | 27 | 35 | 74 | 60 |
| Binary | 11000101 | 1111010 | 110010 | 0 | 100110 | 1001011 | 10111 | 11101 | 111100 | 110000 |
Color Harmonies of #C57A32
Complementary color
Monochromatic Colors of #C57A32
Black with #C57A32
Text Example
Text Example
White with #C57A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57A32; }
p { color: rgb(197,122,50); }
H1.HeaderClassName
{
color: #C57A32;
}
.AnyTagClassName
{
color: #C57A32;
}
</style>
background-color css
<style>
a { background-color: #C57A32; }
a { background-color: rgb(197,122,50); }
div.DivClassName
{
background-color: #C57A32;
}
.BgClassName
{
background-color: #C57A32;
}
</style>
border-color css
<style>
span { border-color: #C57A32; }
span { border-color: rgb(197,122,50); }
td.TdClassName
{
border-color: #C57A32;
}
.TagClassName
{
border-color: #C57A32;
}
</style>