Shades of Bronze #C77830
Tints of Bronze #C77830
RGB
CMYK
RGB Variations
Color information
#C77830 (or 0xC77830) is known color: Bronze. HEX triplet: C7, 78 and 30. RGB value is (199,120,48). Sum of RGB (Red+Green+Blue) = 199+120+48=367 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.22% from 367); Green value is 120 (47.27% from 255 or 32.70% from 367); Blue value is 48 (19.14% from 255 or 13.08% from 367); Max value from RGB is 199 - color contains mainly: red. Hex color #C77830 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77830 is #3887CF. Grayscale: #878787. Windows color (decimal): -3704784 or 3176647. OLE color: 3176647.
HSL color Cylindrical-coordinate representation of color #C77830: hue angle of 28.61º degrees, saturation: 0.61, 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 #C77830 is Cyan = 0, Magento = 0.40, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 120 | 48 | - |
| CMYK | 0 | 0.40 | 0.76 | 0.22 |
| HSL | 28.61º | 0.61% | 0.48% | - |
| HSV(B) | 28.61º | 0.76% | 0.78% | - |
| XYZ | 30.8 | 25.79 | 6.15 | - |
| YUV | 135.41 | 78.67 | 173.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 120 | 48 | 0 | 0.40 | 0.76 | 0.22 | 28.61 | 0.61 | 0.48 |
| Hex | C7 | 78 | 30 | 0 | 28 | 4C | 16 | 1D | 3D | 30 |
| Octal | 307 | 170 | 60 | 0 | 50 | 114 | 26 | 35 | 75 | 60 |
| Binary | 11000111 | 1111000 | 110000 | 0 | 101000 | 1001100 | 10110 | 11101 | 111101 | 110000 |
Color Harmonies of #C77830
Complementary color
Monochromatic Colors of #C77830
Black with #C77830
Text Example
Text Example
White with #C77830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77830; }
p { color: rgb(199,120,48); }
H1.HeaderClassName
{
color: #C77830;
}
.AnyTagClassName
{
color: #C77830;
}
</style>
background-color css
<style>
a { background-color: #C77830; }
a { background-color: rgb(199,120,48); }
div.DivClassName
{
background-color: #C77830;
}
.BgClassName
{
background-color: #C77830;
}
</style>
border-color css
<style>
span { border-color: #C77830; }
span { border-color: rgb(199,120,48); }
td.TdClassName
{
border-color: #C77830;
}
.TagClassName
{
border-color: #C77830;
}
</style>