Shades of Golden Bell #C37B37
Tints of Golden Bell #C37B37
RGB
CMYK
RGB Variations
Color information
#C37B37 (or 0xC37B37) is known color: Golden Bell. HEX triplet: C3, 7B and 37. RGB value is (195,123,55). Sum of RGB (Red+Green+Blue) = 195+123+55=373 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.28% from 373); Green value is 123 (48.44% from 255 or 32.98% from 373); Blue value is 55 (21.88% from 255 or 14.75% from 373); Max value from RGB is 195 - color contains mainly: red. Hex color #C37B37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37B37 is #3C84C8. Grayscale: #898989. Windows color (decimal): -3966153 or 3636163. OLE color: 3636163.
HSL color Cylindrical-coordinate representation of color #C37B37: hue angle of 29.14º 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 #C37B37 is Cyan = 0, Magento = 0.37, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 123 | 55 | - |
| CMYK | 0 | 0.37 | 0.72 | 0.24 |
| HSL | 29.14º | 0.56% | 0.49% | - |
| HSV(B) | 29.14º | 0.72% | 0.76% | - |
| XYZ | 30.28 | 26.04 | 7.05 | - |
| YUV | 136.78 | 81.85 | 169.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 123 | 55 | 0 | 0.37 | 0.72 | 0.24 | 29.14 | 0.56 | 0.49 |
| Hex | C3 | 7B | 37 | 0 | 25 | 48 | 18 | 1D | 38 | 31 |
| Octal | 303 | 173 | 67 | 0 | 45 | 110 | 30 | 35 | 70 | 61 |
| Binary | 11000011 | 1111011 | 110111 | 0 | 100101 | 1001000 | 11000 | 11101 | 111000 | 110001 |
Color Harmonies of #C37B37
Complementary color
Monochromatic Colors of #C37B37
Black with #C37B37
Text Example
Text Example
White with #C37B37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37B37; }
p { color: rgb(195,123,55); }
H1.HeaderClassName
{
color: #C37B37;
}
.AnyTagClassName
{
color: #C37B37;
}
</style>
background-color css
<style>
a { background-color: #C37B37; }
a { background-color: rgb(195,123,55); }
div.DivClassName
{
background-color: #C37B37;
}
.BgClassName
{
background-color: #C37B37;
}
</style>
border-color css
<style>
span { border-color: #C37B37; }
span { border-color: rgb(195,123,55); }
td.TdClassName
{
border-color: #C37B37;
}
.TagClassName
{
border-color: #C37B37;
}
</style>