Shades of Golden Bell #C58638
Tints of Golden Bell #C58638
RGB
CMYK
RGB Variations
Color information
#C58638 (or 0xC58638) is known color: Golden Bell. HEX triplet: C5, 86 and 38. RGB value is (197,134,56). Sum of RGB (Red+Green+Blue) = 197+134+56=387 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.90% from 387); Green value is 134 (52.73% from 255 or 34.63% from 387); Blue value is 56 (22.27% from 255 or 14.47% from 387); Max value from RGB is 197 - color contains mainly: red. Hex color #C58638 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58638 is #3A79C7. Grayscale: #909090. Windows color (decimal): -3832264 or 3704517. OLE color: 3704517.
HSL color Cylindrical-coordinate representation of color #C58638: hue angle of 33.19º 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 #C58638 is Cyan = 0, Magento = 0.32, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 134 | 56 | - |
| CMYK | 0 | 0.32 | 0.72 | 0.23 |
| HSL | 33.19º | 0.56% | 0.5% | - |
| HSV(B) | 33.19º | 0.72% | 0.77% | - |
| XYZ | 32.26 | 29.21 | 7.68 | - |
| YUV | 143.95 | 78.37 | 165.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 134 | 56 | 0 | 0.32 | 0.72 | 0.23 | 33.19 | 0.56 | 0.5 |
| Hex | C5 | 86 | 38 | 0 | 20 | 48 | 17 | 21 | 38 | 32 |
| Octal | 305 | 206 | 70 | 0 | 40 | 110 | 27 | 41 | 70 | 62 |
| Binary | 11000101 | 10000110 | 111000 | 0 | 100000 | 1001000 | 10111 | 100001 | 111000 | 110010 |
Color Harmonies of #C58638
Complementary color
Monochromatic Colors of #C58638
Black with #C58638
Text Example
Text Example
White with #C58638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58638; }
p { color: rgb(197,134,56); }
H1.HeaderClassName
{
color: #C58638;
}
.AnyTagClassName
{
color: #C58638;
}
</style>
background-color css
<style>
a { background-color: #C58638; }
a { background-color: rgb(197,134,56); }
div.DivClassName
{
background-color: #C58638;
}
.BgClassName
{
background-color: #C58638;
}
</style>
border-color css
<style>
span { border-color: #C58638; }
span { border-color: rgb(197,134,56); }
td.TdClassName
{
border-color: #C58638;
}
.TagClassName
{
border-color: #C58638;
}
</style>