Shades of Golden Bell #C58737
Tints of Golden Bell #C58737
RGB
CMYK
RGB Variations
Color information
#C58737 (or 0xC58737) is known color: Golden Bell. HEX triplet: C5, 87 and 37. RGB value is (197,135,55). Sum of RGB (Red+Green+Blue) = 197+135+55=387 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.90% from 387); Green value is 135 (53.12% from 255 or 34.88% from 387); Blue value is 55 (21.88% from 255 or 14.21% from 387); Max value from RGB is 197 - color contains mainly: red. Hex color #C58737 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58737 is #3A78C8. Grayscale: #909090. Windows color (decimal): -3832009 or 3639237. OLE color: 3639237.
HSL color Cylindrical-coordinate representation of color #C58737: hue angle of 33.8º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C58737 is Cyan = 0, Magento = 0.31, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 135 | 55 | - |
| CMYK | 0 | 0.31 | 0.72 | 0.23 |
| HSL | 33.8º | 0.56% | 0.49% | - |
| HSV(B) | 33.8º | 0.72% | 0.77% | - |
| XYZ | 32.38 | 29.47 | 7.6 | - |
| YUV | 144.42 | 77.54 | 165.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 135 | 55 | 0 | 0.31 | 0.72 | 0.23 | 33.8 | 0.56 | 0.49 |
| Hex | C5 | 87 | 37 | 0 | 1F | 48 | 17 | 22 | 38 | 31 |
| Octal | 305 | 207 | 67 | 0 | 37 | 110 | 27 | 42 | 70 | 61 |
| Binary | 11000101 | 10000111 | 110111 | 0 | 11111 | 1001000 | 10111 | 100010 | 111000 | 110001 |
Color Harmonies of #C58737
Complementary color
Monochromatic Colors of #C58737
Black with #C58737
Text Example
Text Example
White with #C58737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58737; }
p { color: rgb(197,135,55); }
H1.HeaderClassName
{
color: #C58737;
}
.AnyTagClassName
{
color: #C58737;
}
</style>
background-color css
<style>
a { background-color: #C58737; }
a { background-color: rgb(197,135,55); }
div.DivClassName
{
background-color: #C58737;
}
.BgClassName
{
background-color: #C58737;
}
</style>
border-color css
<style>
span { border-color: #C58737; }
span { border-color: rgb(197,135,55); }
td.TdClassName
{
border-color: #C58737;
}
.TagClassName
{
border-color: #C58737;
}
</style>