Shades of Golden Bell #C77937
Tints of Golden Bell #C77937
RGB
CMYK
RGB Variations
Color information
#C77937 (or 0xC77937) is known color: Golden Bell. HEX triplet: C7, 79 and 37. RGB value is (199,121,55). Sum of RGB (Red+Green+Blue) = 199+121+55=375 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.07% from 375); Green value is 121 (47.66% from 255 or 32.27% from 375); Blue value is 55 (21.88% from 255 or 14.67% from 375); Max value from RGB is 199 - color contains mainly: red. Hex color #C77937 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77937 is #3886C8. Grayscale: #898989. Windows color (decimal): -3704521 or 3635655. OLE color: 3635655.
HSL color Cylindrical-coordinate representation of color #C77937: hue angle of 27.5º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C77937 is Cyan = 0, Magento = 0.39, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 121 | 55 | - |
| CMYK | 0 | 0.39 | 0.72 | 0.22 |
| HSL | 27.5º | 0.57% | 0.5% | - |
| HSV(B) | 27.5º | 0.72% | 0.78% | - |
| XYZ | 31.08 | 26.09 | 7.01 | - |
| YUV | 136.8 | 81.84 | 172.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 121 | 55 | 0 | 0.39 | 0.72 | 0.22 | 27.5 | 0.57 | 0.5 |
| Hex | C7 | 79 | 37 | 0 | 27 | 48 | 16 | 1C | 39 | 32 |
| Octal | 307 | 171 | 67 | 0 | 47 | 110 | 26 | 34 | 71 | 62 |
| Binary | 11000111 | 1111001 | 110111 | 0 | 100111 | 1001000 | 10110 | 11100 | 111001 | 110010 |
Color Harmonies of #C77937
Complementary color
Monochromatic Colors of #C77937
Black with #C77937
Text Example
Text Example
White with #C77937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77937; }
p { color: rgb(199,121,55); }
H1.HeaderClassName
{
color: #C77937;
}
.AnyTagClassName
{
color: #C77937;
}
</style>
background-color css
<style>
a { background-color: #C77937; }
a { background-color: rgb(199,121,55); }
div.DivClassName
{
background-color: #C77937;
}
.BgClassName
{
background-color: #C77937;
}
</style>
border-color css
<style>
span { border-color: #C77937; }
span { border-color: rgb(199,121,55); }
td.TdClassName
{
border-color: #C77937;
}
.TagClassName
{
border-color: #C77937;
}
</style>