Shades of Bronze #C47A31
Tints of Bronze #C47A31
RGB
CMYK
RGB Variations
Color information
#C47A31 (or 0xC47A31) is known color: Bronze. HEX triplet: C4, 7A and 31. RGB value is (196,122,49). Sum of RGB (Red+Green+Blue) = 196+122+49=367 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.41% from 367); Green value is 122 (48.05% from 255 or 33.24% from 367); Blue value is 49 (19.53% from 255 or 13.35% from 367); Max value from RGB is 196 - color contains mainly: red. Hex color #C47A31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47A31 is #3B85CE. Grayscale: #888888. Windows color (decimal): -3900879 or 3242692. OLE color: 3242692.
HSL color Cylindrical-coordinate representation of color #C47A31: hue angle of 29.8º 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 #C47A31 is Cyan = 0, Magento = 0.38, Yellow = 0.75 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 122 | 49 | - |
| CMYK | 0 | 0.38 | 0.75 | 0.23 |
| HSL | 29.8º | 0.6% | 0.48% | - |
| HSV(B) | 29.8º | 0.75% | 0.77% | - |
| XYZ | 30.28 | 25.88 | 6.3 | - |
| YUV | 135.8 | 79.02 | 170.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 122 | 49 | 0 | 0.38 | 0.75 | 0.23 | 29.8 | 0.6 | 0.48 |
| Hex | C4 | 7A | 31 | 0 | 26 | 4B | 17 | 1E | 3C | 30 |
| Octal | 304 | 172 | 61 | 0 | 46 | 113 | 27 | 36 | 74 | 60 |
| Binary | 11000100 | 1111010 | 110001 | 0 | 100110 | 1001011 | 10111 | 11110 | 111100 | 110000 |
Color Harmonies of #C47A31
Complementary color
Monochromatic Colors of #C47A31
Black with #C47A31
Text Example
Text Example
White with #C47A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47A31; }
p { color: rgb(196,122,49); }
H1.HeaderClassName
{
color: #C47A31;
}
.AnyTagClassName
{
color: #C47A31;
}
</style>
background-color css
<style>
a { background-color: #C47A31; }
a { background-color: rgb(196,122,49); }
div.DivClassName
{
background-color: #C47A31;
}
.BgClassName
{
background-color: #C47A31;
}
</style>
border-color css
<style>
span { border-color: #C47A31; }
span { border-color: rgb(196,122,49); }
td.TdClassName
{
border-color: #C47A31;
}
.TagClassName
{
border-color: #C47A31;
}
</style>