Shades of Golden Bell #C58139
Tints of Golden Bell #C58139
RGB
CMYK
RGB Variations
Color information
#C58139 (or 0xC58139) is known color: Golden Bell. HEX triplet: C5, 81 and 39. RGB value is (197,129,57). Sum of RGB (Red+Green+Blue) = 197+129+57=383 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.44% from 383); Green value is 129 (50.78% from 255 or 33.68% from 383); Blue value is 57 (22.66% from 255 or 14.88% from 383); Max value from RGB is 197 - color contains mainly: red. Hex color #C58139 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58139 is #3A7EC6. Grayscale: #8D8D8D. Windows color (decimal): -3833543 or 3768773. OLE color: 3768773.
HSL color Cylindrical-coordinate representation of color #C58139: hue angle of 30.86º 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 #C58139 is Cyan = 0, Magento = 0.35, Yellow = 0.71 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 129 | 57 | - |
| CMYK | 0 | 0.35 | 0.71 | 0.23 |
| HSL | 30.86º | 0.55% | 0.5% | - |
| HSV(B) | 30.86º | 0.71% | 0.77% | - |
| XYZ | 31.61 | 27.87 | 7.58 | - |
| YUV | 141.12 | 80.53 | 167.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 129 | 57 | 0 | 0.35 | 0.71 | 0.23 | 30.86 | 0.55 | 0.5 |
| Hex | C5 | 81 | 39 | 0 | 23 | 47 | 17 | 1F | 37 | 32 |
| Octal | 305 | 201 | 71 | 0 | 43 | 107 | 27 | 37 | 67 | 62 |
| Binary | 11000101 | 10000001 | 111001 | 0 | 100011 | 1000111 | 10111 | 11111 | 110111 | 110010 |
Color Harmonies of #C58139
Complementary color
Monochromatic Colors of #C58139
Black with #C58139
Text Example
Text Example
White with #C58139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58139; }
p { color: rgb(197,129,57); }
H1.HeaderClassName
{
color: #C58139;
}
.AnyTagClassName
{
color: #C58139;
}
</style>
background-color css
<style>
a { background-color: #C58139; }
a { background-color: rgb(197,129,57); }
div.DivClassName
{
background-color: #C58139;
}
.BgClassName
{
background-color: #C58139;
}
</style>
border-color css
<style>
span { border-color: #C58139; }
span { border-color: rgb(197,129,57); }
td.TdClassName
{
border-color: #C58139;
}
.TagClassName
{
border-color: #C58139;
}
</style>