Shades of Golden Bell #C37D37
Tints of Golden Bell #C37D37
RGB
CMYK
RGB Variations
Color information
#C37D37 (or 0xC37D37) is known color: Golden Bell. HEX triplet: C3, 7D and 37. RGB value is (195,125,55). Sum of RGB (Red+Green+Blue) = 195+125+55=375 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52% from 375); Green value is 125 (49.22% from 255 or 33.33% from 375); Blue value is 55 (21.88% from 255 or 14.67% from 375); Max value from RGB is 195 - color contains mainly: red. Hex color #C37D37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37D37 is #3C82C8. Grayscale: #8A8A8A. Windows color (decimal): -3965641 or 3636675. OLE color: 3636675.
HSL color Cylindrical-coordinate representation of color #C37D37: hue angle of 30º 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 #C37D37 is Cyan = 0, Magento = 0.36, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 125 | 55 | - |
| CMYK | 0 | 0.36 | 0.72 | 0.24 |
| HSL | 30º | 0.56% | 0.49% | - |
| HSV(B) | 30º | 0.72% | 0.76% | - |
| XYZ | 30.53 | 26.55 | 7.13 | - |
| YUV | 137.95 | 81.19 | 168.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 125 | 55 | 0 | 0.36 | 0.72 | 0.24 | 30 | 0.56 | 0.49 |
| Hex | C3 | 7D | 37 | 0 | 24 | 48 | 18 | 1E | 38 | 31 |
| Octal | 303 | 175 | 67 | 0 | 44 | 110 | 30 | 36 | 70 | 61 |
| Binary | 11000011 | 1111101 | 110111 | 0 | 100100 | 1001000 | 11000 | 11110 | 111000 | 110001 |
Color Harmonies of #C37D37
Complementary color
Monochromatic Colors of #C37D37
Black with #C37D37
Text Example
Text Example
White with #C37D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37D37; }
p { color: rgb(195,125,55); }
H1.HeaderClassName
{
color: #C37D37;
}
.AnyTagClassName
{
color: #C37D37;
}
</style>
background-color css
<style>
a { background-color: #C37D37; }
a { background-color: rgb(195,125,55); }
div.DivClassName
{
background-color: #C37D37;
}
.BgClassName
{
background-color: #C37D37;
}
</style>
border-color css
<style>
span { border-color: #C37D37; }
span { border-color: rgb(195,125,55); }
td.TdClassName
{
border-color: #C37D37;
}
.TagClassName
{
border-color: #C37D37;
}
</style>