Shades of Bronze #C77631
Tints of Bronze #C77631
RGB
CMYK
RGB Variations
Color information
#C77631 (or 0xC77631) is known color: Bronze. HEX triplet: C7, 76 and 31. RGB value is (199,118,49). Sum of RGB (Red+Green+Blue) = 199+118+49=366 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.37% from 366); Green value is 118 (46.48% from 255 or 32.24% from 366); Blue value is 49 (19.53% from 255 or 13.39% from 366); Max value from RGB is 199 - color contains mainly: red. Hex color #C77631 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77631 is #3889CE. Grayscale: #868686. Windows color (decimal): -3705295 or 3241671. OLE color: 3241671.
HSL color Cylindrical-coordinate representation of color #C77631: hue angle of 27.6º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C77631 is Cyan = 0, Magento = 0.41, Yellow = 0.75 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 118 | 49 | - |
| CMYK | 0 | 0.41 | 0.75 | 0.22 |
| HSL | 27.6º | 0.6% | 0.49% | - |
| HSV(B) | 27.6º | 0.75% | 0.78% | - |
| XYZ | 30.59 | 25.32 | 6.18 | - |
| YUV | 134.35 | 79.84 | 174.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 118 | 49 | 0 | 0.41 | 0.75 | 0.22 | 27.6 | 0.6 | 0.49 |
| Hex | C7 | 76 | 31 | 0 | 29 | 4B | 16 | 1C | 3C | 31 |
| Octal | 307 | 166 | 61 | 0 | 51 | 113 | 26 | 34 | 74 | 61 |
| Binary | 11000111 | 1110110 | 110001 | 0 | 101001 | 1001011 | 10110 | 11100 | 111100 | 110001 |
Color Harmonies of #C77631
Complementary color
Monochromatic Colors of #C77631
Black with #C77631
Text Example
Text Example
White with #C77631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77631; }
p { color: rgb(199,118,49); }
H1.HeaderClassName
{
color: #C77631;
}
.AnyTagClassName
{
color: #C77631;
}
</style>
background-color css
<style>
a { background-color: #C77631; }
a { background-color: rgb(199,118,49); }
div.DivClassName
{
background-color: #C77631;
}
.BgClassName
{
background-color: #C77631;
}
</style>
border-color css
<style>
span { border-color: #C77631; }
span { border-color: rgb(199,118,49); }
td.TdClassName
{
border-color: #C77631;
}
.TagClassName
{
border-color: #C77631;
}
</style>