Shades of Golden Bell #C58738
Tints of Golden Bell #C58738
RGB
CMYK
RGB Variations
Color information
#C58738 (or 0xC58738) is known color: Golden Bell. HEX triplet: C5, 87 and 38. RGB value is (197,135,56). Sum of RGB (Red+Green+Blue) = 197+135+56=388 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.77% from 388); Green value is 135 (53.12% from 255 or 34.79% from 388); Blue value is 56 (22.27% from 255 or 14.43% from 388); Max value from RGB is 197 - color contains mainly: red. Hex color #C58738 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58738 is #3A78C7. Grayscale: #909090. Windows color (decimal): -3832008 or 3704773. OLE color: 3704773.
HSL color Cylindrical-coordinate representation of color #C58738: hue angle of 33.62º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C58738 is Cyan = 0, Magento = 0.31, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 135 | 56 | - |
| CMYK | 0 | 0.31 | 0.72 | 0.23 |
| HSL | 33.62º | 0.56% | 0.5% | - |
| HSV(B) | 33.62º | 0.72% | 0.77% | - |
| XYZ | 32.4 | 29.48 | 7.72 | - |
| YUV | 144.53 | 78.04 | 165.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 135 | 56 | 0 | 0.31 | 0.72 | 0.23 | 33.62 | 0.56 | 0.5 |
| Hex | C5 | 87 | 38 | 0 | 1F | 48 | 17 | 22 | 38 | 32 |
| Octal | 305 | 207 | 70 | 0 | 37 | 110 | 27 | 42 | 70 | 62 |
| Binary | 11000101 | 10000111 | 111000 | 0 | 11111 | 1001000 | 10111 | 100010 | 111000 | 110010 |
Color Harmonies of #C58738
Complementary color
Monochromatic Colors of #C58738
Black with #C58738
Text Example
Text Example
White with #C58738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58738; }
p { color: rgb(197,135,56); }
H1.HeaderClassName
{
color: #C58738;
}
.AnyTagClassName
{
color: #C58738;
}
</style>
background-color css
<style>
a { background-color: #C58738; }
a { background-color: rgb(197,135,56); }
div.DivClassName
{
background-color: #C58738;
}
.BgClassName
{
background-color: #C58738;
}
</style>
border-color css
<style>
span { border-color: #C58738; }
span { border-color: rgb(197,135,56); }
td.TdClassName
{
border-color: #C58738;
}
.TagClassName
{
border-color: #C58738;
}
</style>