Shades of Golden Bell #C58339
Tints of Golden Bell #C58339
RGB
CMYK
RGB Variations
Color information
#C58339 (or 0xC58339) is known color: Golden Bell. HEX triplet: C5, 83 and 39. RGB value is (197,131,57). Sum of RGB (Red+Green+Blue) = 197+131+57=385 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.17% from 385); Green value is 131 (51.56% from 255 or 34.03% from 385); Blue value is 57 (22.66% from 255 or 14.81% from 385); Max value from RGB is 197 - color contains mainly: red. Hex color #C58339 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58339 is #3A7CC6. Grayscale: #8E8E8E. Windows color (decimal): -3833031 or 3769285. OLE color: 3769285.
HSL color Cylindrical-coordinate representation of color #C58339: hue angle of 31.71º 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 #C58339 is Cyan = 0, Magento = 0.34, Yellow = 0.71 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 131 | 57 | - |
| CMYK | 0 | 0.34 | 0.71 | 0.23 |
| HSL | 31.71º | 0.55% | 0.5% | - |
| HSV(B) | 31.71º | 0.71% | 0.77% | - |
| XYZ | 31.88 | 28.4 | 7.67 | - |
| YUV | 142.3 | 79.87 | 167.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 131 | 57 | 0 | 0.34 | 0.71 | 0.23 | 31.71 | 0.55 | 0.5 |
| Hex | C5 | 83 | 39 | 0 | 22 | 47 | 17 | 20 | 37 | 32 |
| Octal | 305 | 203 | 71 | 0 | 42 | 107 | 27 | 40 | 67 | 62 |
| Binary | 11000101 | 10000011 | 111001 | 0 | 100010 | 1000111 | 10111 | 100000 | 110111 | 110010 |
Color Harmonies of #C58339
Complementary color
Monochromatic Colors of #C58339
Black with #C58339
Text Example
Text Example
White with #C58339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58339; }
p { color: rgb(197,131,57); }
H1.HeaderClassName
{
color: #C58339;
}
.AnyTagClassName
{
color: #C58339;
}
</style>
background-color css
<style>
a { background-color: #C58339; }
a { background-color: rgb(197,131,57); }
div.DivClassName
{
background-color: #C58339;
}
.BgClassName
{
background-color: #C58339;
}
</style>
border-color css
<style>
span { border-color: #C58339; }
span { border-color: rgb(197,131,57); }
td.TdClassName
{
border-color: #C58339;
}
.TagClassName
{
border-color: #C58339;
}
</style>