Shades of Golden Bell #C58137
Tints of Golden Bell #C58137
RGB
CMYK
RGB Variations
Color information
#C58137 (or 0xC58137) is known color: Golden Bell. HEX triplet: C5, 81 and 37. RGB value is (197,129,55). Sum of RGB (Red+Green+Blue) = 197+129+55=381 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.71% from 381); Green value is 129 (50.78% from 255 or 33.86% from 381); Blue value is 55 (21.88% from 255 or 14.44% from 381); Max value from RGB is 197 - color contains mainly: red. Hex color #C58137 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58137 is #3A7EC8. Grayscale: #8D8D8D. Windows color (decimal): -3833545 or 3637701. OLE color: 3637701.
HSL color Cylindrical-coordinate representation of color #C58137: hue angle of 31.27º 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 #C58137 is Cyan = 0, Magento = 0.35, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 129 | 55 | - |
| CMYK | 0 | 0.35 | 0.72 | 0.23 |
| HSL | 31.27º | 0.56% | 0.49% | - |
| HSV(B) | 31.27º | 0.72% | 0.77% | - |
| XYZ | 31.57 | 27.85 | 7.33 | - |
| YUV | 140.9 | 79.53 | 168.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 129 | 55 | 0 | 0.35 | 0.72 | 0.23 | 31.27 | 0.56 | 0.49 |
| Hex | C5 | 81 | 37 | 0 | 23 | 48 | 17 | 1F | 38 | 31 |
| Octal | 305 | 201 | 67 | 0 | 43 | 110 | 27 | 37 | 70 | 61 |
| Binary | 11000101 | 10000001 | 110111 | 0 | 100011 | 1001000 | 10111 | 11111 | 111000 | 110001 |
Color Harmonies of #C58137
Complementary color
Monochromatic Colors of #C58137
Black with #C58137
Text Example
Text Example
White with #C58137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58137; }
p { color: rgb(197,129,55); }
H1.HeaderClassName
{
color: #C58137;
}
.AnyTagClassName
{
color: #C58137;
}
</style>
background-color css
<style>
a { background-color: #C58137; }
a { background-color: rgb(197,129,55); }
div.DivClassName
{
background-color: #C58137;
}
.BgClassName
{
background-color: #C58137;
}
</style>
border-color css
<style>
span { border-color: #C58137; }
span { border-color: rgb(197,129,55); }
td.TdClassName
{
border-color: #C58137;
}
.TagClassName
{
border-color: #C58137;
}
</style>