Shades of Golden Bell #C37F37
Tints of Golden Bell #C37F37
RGB
CMYK
RGB Variations
Color information
#C37F37 (or 0xC37F37) is known color: Golden Bell. HEX triplet: C3, 7F and 37. RGB value is (195,127,55). Sum of RGB (Red+Green+Blue) = 195+127+55=377 (49% of max value = 765). Red value is 195 (76.56% from 255 or 51.72% from 377); Green value is 127 (50% from 255 or 33.69% from 377); Blue value is 55 (21.88% from 255 or 14.59% from 377); Max value from RGB is 195 - color contains mainly: red. Hex color #C37F37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37F37 is #3C80C8. Grayscale: #8B8B8B. Windows color (decimal): -3965129 or 3637187. OLE color: 3637187.
HSL color Cylindrical-coordinate representation of color #C37F37: hue angle of 30.86º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C37F37 is Cyan = 0, Magento = 0.35, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 127 | 55 | - |
| CMYK | 0 | 0.35 | 0.72 | 0.24 |
| HSL | 30.86º | 0.56% | 0.49% | - |
| HSV(B) | 30.86º | 0.72% | 0.76% | - |
| XYZ | 30.78 | 27.06 | 7.21 | - |
| YUV | 139.12 | 80.53 | 167.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 127 | 55 | 0 | 0.35 | 0.72 | 0.24 | 30.86 | 0.56 | 0.49 |
| Hex | C3 | 7F | 37 | 0 | 23 | 48 | 18 | 1F | 38 | 31 |
| Octal | 303 | 177 | 67 | 0 | 43 | 110 | 30 | 37 | 70 | 61 |
| Binary | 11000011 | 1111111 | 110111 | 0 | 100011 | 1001000 | 11000 | 11111 | 111000 | 110001 |
Color Harmonies of #C37F37
Complementary color
Monochromatic Colors of #C37F37
Black with #C37F37
Text Example
Text Example
White with #C37F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37F37; }
p { color: rgb(195,127,55); }
H1.HeaderClassName
{
color: #C37F37;
}
.AnyTagClassName
{
color: #C37F37;
}
</style>
background-color css
<style>
a { background-color: #C37F37; }
a { background-color: rgb(195,127,55); }
div.DivClassName
{
background-color: #C37F37;
}
.BgClassName
{
background-color: #C37F37;
}
</style>
border-color css
<style>
span { border-color: #C37F37; }
span { border-color: rgb(195,127,55); }
td.TdClassName
{
border-color: #C37F37;
}
.TagClassName
{
border-color: #C37F37;
}
</style>