Shades of Golden Bell #C58739
Tints of Golden Bell #C58739
RGB
CMYK
RGB Variations
Color information
#C58739 (or 0xC58739) is known color: Golden Bell. HEX triplet: C5, 87 and 39. RGB value is (197,135,57). Sum of RGB (Red+Green+Blue) = 197+135+57=389 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.64% from 389); Green value is 135 (53.12% from 255 or 34.70% from 389); Blue value is 57 (22.66% from 255 or 14.65% from 389); Max value from RGB is 197 - color contains mainly: red. Hex color #C58739 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58739 is #3A78C6. Grayscale: #919191. Windows color (decimal): -3832007 or 3770309. OLE color: 3770309.
HSL color Cylindrical-coordinate representation of color #C58739: hue angle of 33.43º 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 #C58739 is Cyan = 0, Magento = 0.31, Yellow = 0.71 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 135 | 57 | - |
| CMYK | 0 | 0.31 | 0.71 | 0.23 |
| HSL | 33.43º | 0.55% | 0.5% | - |
| HSV(B) | 33.43º | 0.71% | 0.77% | - |
| XYZ | 32.43 | 29.49 | 7.85 | - |
| YUV | 144.65 | 78.54 | 165.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 135 | 57 | 0 | 0.31 | 0.71 | 0.23 | 33.43 | 0.55 | 0.5 |
| Hex | C5 | 87 | 39 | 0 | 1F | 47 | 17 | 21 | 37 | 32 |
| Octal | 305 | 207 | 71 | 0 | 37 | 107 | 27 | 41 | 67 | 62 |
| Binary | 11000101 | 10000111 | 111001 | 0 | 11111 | 1000111 | 10111 | 100001 | 110111 | 110010 |
Color Harmonies of #C58739
Complementary color
Monochromatic Colors of #C58739
Black with #C58739
Text Example
Text Example
White with #C58739
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58739; }
p { color: rgb(197,135,57); }
H1.HeaderClassName
{
color: #C58739;
}
.AnyTagClassName
{
color: #C58739;
}
</style>
background-color css
<style>
a { background-color: #C58739; }
a { background-color: rgb(197,135,57); }
div.DivClassName
{
background-color: #C58739;
}
.BgClassName
{
background-color: #C58739;
}
</style>
border-color css
<style>
span { border-color: #C58739; }
span { border-color: rgb(197,135,57); }
td.TdClassName
{
border-color: #C58739;
}
.TagClassName
{
border-color: #C58739;
}
</style>