Shades of Golden Bell #C58439
Tints of Golden Bell #C58439
RGB
CMYK
RGB Variations
Color information
#C58439 (or 0xC58439) is known color: Golden Bell. HEX triplet: C5, 84 and 39. RGB value is (197,132,57). Sum of RGB (Red+Green+Blue) = 197+132+57=386 (51% of max value = 765). Red value is 197 (77.34% from 255 or 51.04% from 386); Green value is 132 (51.95% from 255 or 34.20% from 386); Blue value is 57 (22.66% from 255 or 14.77% from 386); Max value from RGB is 197 - color contains mainly: red. Hex color #C58439 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58439 is #3A7BC6. Grayscale: #8F8F8F. Windows color (decimal): -3832775 or 3769541. OLE color: 3769541.
HSL color Cylindrical-coordinate representation of color #C58439: hue angle of 32.14º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C58439 is Cyan = 0, Magento = 0.33, Yellow = 0.71 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 132 | 57 | - |
| CMYK | 0 | 0.33 | 0.71 | 0.23 |
| HSL | 32.14º | 0.55% | 0.5% | - |
| HSV(B) | 32.14º | 0.71% | 0.77% | - |
| XYZ | 32.02 | 28.67 | 7.72 | - |
| YUV | 142.89 | 79.53 | 166.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 132 | 57 | 0 | 0.33 | 0.71 | 0.23 | 32.14 | 0.55 | 0.5 |
| Hex | C5 | 84 | 39 | 0 | 21 | 47 | 17 | 20 | 37 | 32 |
| Octal | 305 | 204 | 71 | 0 | 41 | 107 | 27 | 40 | 67 | 62 |
| Binary | 11000101 | 10000100 | 111001 | 0 | 100001 | 1000111 | 10111 | 100000 | 110111 | 110010 |
Color Harmonies of #C58439
Complementary color
Monochromatic Colors of #C58439
Black with #C58439
Text Example
Text Example
White with #C58439
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58439; }
p { color: rgb(197,132,57); }
H1.HeaderClassName
{
color: #C58439;
}
.AnyTagClassName
{
color: #C58439;
}
</style>
background-color css
<style>
a { background-color: #C58439; }
a { background-color: rgb(197,132,57); }
div.DivClassName
{
background-color: #C58439;
}
.BgClassName
{
background-color: #C58439;
}
</style>
border-color css
<style>
span { border-color: #C58439; }
span { border-color: rgb(197,132,57); }
td.TdClassName
{
border-color: #C58439;
}
.TagClassName
{
border-color: #C58439;
}
</style>