Shades of Bronze #C7792F
Tints of Bronze #C7792F
RGB
CMYK
RGB Variations
Color information
#C7792F (or 0xC7792F) is known color: Bronze. HEX triplet: C7, 79 and 2F. RGB value is (199,121,47). Sum of RGB (Red+Green+Blue) = 199+121+47=367 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.22% from 367); Green value is 121 (47.66% from 255 or 32.97% from 367); Blue value is 47 (18.75% from 255 or 12.81% from 367); Max value from RGB is 199 - color contains mainly: red. Hex color #C7792F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C7792F is #3886D0. Grayscale: #888888. Windows color (decimal): -3704529 or 3111367. OLE color: 3111367.
HSL color Cylindrical-coordinate representation of color #C7792F: hue angle of 29.21º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C7792F is Cyan = 0, Magento = 0.39, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 121 | 47 | - |
| CMYK | 0 | 0.39 | 0.76 | 0.22 |
| HSL | 29.21º | 0.62% | 0.48% | - |
| HSV(B) | 29.21º | 0.76% | 0.78% | - |
| XYZ | 30.9 | 26.02 | 6.08 | - |
| YUV | 135.89 | 77.84 | 173.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 121 | 47 | 0 | 0.39 | 0.76 | 0.22 | 29.21 | 0.62 | 0.48 |
| Hex | C7 | 79 | 2F | 0 | 27 | 4C | 16 | 1D | 3E | 30 |
| Octal | 307 | 171 | 57 | 0 | 47 | 114 | 26 | 35 | 76 | 60 |
| Binary | 11000111 | 1111001 | 101111 | 0 | 100111 | 1001100 | 10110 | 11101 | 111110 | 110000 |
Color Harmonies of #C7792F
Complementary color
Monochromatic Colors of #C7792F
Black with #C7792F
Text Example
Text Example
White with #C7792F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7792F; }
p { color: rgb(199,121,47); }
H1.HeaderClassName
{
color: #C7792F;
}
.AnyTagClassName
{
color: #C7792F;
}
</style>
background-color css
<style>
a { background-color: #C7792F; }
a { background-color: rgb(199,121,47); }
div.DivClassName
{
background-color: #C7792F;
}
.BgClassName
{
background-color: #C7792F;
}
</style>
border-color css
<style>
span { border-color: #C7792F; }
span { border-color: rgb(199,121,47); }
td.TdClassName
{
border-color: #C7792F;
}
.TagClassName
{
border-color: #C7792F;
}
</style>