Shades of Bronze #C57933
Tints of Bronze #C57933
RGB
CMYK
RGB Variations
Color information
#C57933 (or 0xC57933) is known color: Bronze. HEX triplet: C5, 79 and 33. RGB value is (197,121,51). Sum of RGB (Red+Green+Blue) = 197+121+51=369 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.39% from 369); Green value is 121 (47.66% from 255 or 32.79% from 369); Blue value is 51 (20.31% from 255 or 13.82% from 369); Max value from RGB is 197 - color contains mainly: red. Hex color #C57933 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57933 is #3A86CC. Grayscale: #888888. Windows color (decimal): -3835597 or 3373509. OLE color: 3373509.
HSL color Cylindrical-coordinate representation of color #C57933: hue angle of 28.77º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C57933 is Cyan = 0, Magento = 0.39, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 121 | 51 | - |
| CMYK | 0 | 0.39 | 0.74 | 0.23 |
| HSL | 28.77º | 0.59% | 0.49% | - |
| HSV(B) | 28.77º | 0.74% | 0.77% | - |
| XYZ | 30.46 | 25.78 | 6.5 | - |
| YUV | 135.74 | 80.18 | 171.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 121 | 51 | 0 | 0.39 | 0.74 | 0.23 | 28.77 | 0.59 | 0.49 |
| Hex | C5 | 79 | 33 | 0 | 27 | 4A | 17 | 1D | 3B | 31 |
| Octal | 305 | 171 | 63 | 0 | 47 | 112 | 27 | 35 | 73 | 61 |
| Binary | 11000101 | 1111001 | 110011 | 0 | 100111 | 1001010 | 10111 | 11101 | 111011 | 110001 |
Color Harmonies of #C57933
Complementary color
Monochromatic Colors of #C57933
Black with #C57933
Text Example
Text Example
White with #C57933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57933; }
p { color: rgb(197,121,51); }
H1.HeaderClassName
{
color: #C57933;
}
.AnyTagClassName
{
color: #C57933;
}
</style>
background-color css
<style>
a { background-color: #C57933; }
a { background-color: rgb(197,121,51); }
div.DivClassName
{
background-color: #C57933;
}
.BgClassName
{
background-color: #C57933;
}
</style>
border-color css
<style>
span { border-color: #C57933; }
span { border-color: rgb(197,121,51); }
td.TdClassName
{
border-color: #C57933;
}
.TagClassName
{
border-color: #C57933;
}
</style>