Shades of Bronze #C5792F
Tints of Bronze #C5792F
RGB
CMYK
RGB Variations
Color information
#C5792F (or 0xC5792F) is known color: Bronze. HEX triplet: C5, 79 and 2F. RGB value is (197,121,47). Sum of RGB (Red+Green+Blue) = 197+121+47=365 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.97% from 365); Green value is 121 (47.66% from 255 or 33.15% from 365); Blue value is 47 (18.75% from 255 or 12.88% from 365); Max value from RGB is 197 - color contains mainly: red. Hex color #C5792F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5792F is #3A86D0. Grayscale: #878787. Windows color (decimal): -3835601 or 3111365. OLE color: 3111365.
HSL color Cylindrical-coordinate representation of color #C5792F: hue angle of 29.6º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C5792F is Cyan = 0, Magento = 0.39, Yellow = 0.76 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 121 | 47 | - |
| CMYK | 0 | 0.39 | 0.76 | 0.23 |
| HSL | 29.6º | 0.61% | 0.48% | - |
| HSV(B) | 29.6º | 0.76% | 0.77% | - |
| XYZ | 30.38 | 25.75 | 6.06 | - |
| YUV | 135.29 | 78.18 | 172.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 121 | 47 | 0 | 0.39 | 0.76 | 0.23 | 29.6 | 0.61 | 0.48 |
| Hex | C5 | 79 | 2F | 0 | 27 | 4C | 17 | 1E | 3D | 30 |
| Octal | 305 | 171 | 57 | 0 | 47 | 114 | 27 | 36 | 75 | 60 |
| Binary | 11000101 | 1111001 | 101111 | 0 | 100111 | 1001100 | 10111 | 11110 | 111101 | 110000 |
Color Harmonies of #C5792F
Complementary color
Monochromatic Colors of #C5792F
Black with #C5792F
Text Example
Text Example
White with #C5792F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5792F; }
p { color: rgb(197,121,47); }
H1.HeaderClassName
{
color: #C5792F;
}
.AnyTagClassName
{
color: #C5792F;
}
</style>
background-color css
<style>
a { background-color: #C5792F; }
a { background-color: rgb(197,121,47); }
div.DivClassName
{
background-color: #C5792F;
}
.BgClassName
{
background-color: #C5792F;
}
</style>
border-color css
<style>
span { border-color: #C5792F; }
span { border-color: rgb(197,121,47); }
td.TdClassName
{
border-color: #C5792F;
}
.TagClassName
{
border-color: #C5792F;
}
</style>