Shades of Golden Bell #C5833A
Tints of Golden Bell #C5833A
RGB
CMYK
RGB Variations
Color information
#C5833A (or 0xC5833A) is known color: Golden Bell. HEX triplet: C5, 83 and 3A. RGB value is (197,131,58). Sum of RGB (Red+Green+Blue) = 197+131+58=386 (51% of max value = 765). Red value is 197 (77.34% from 255 or 51.04% from 386); Green value is 131 (51.56% from 255 or 33.94% from 386); Blue value is 58 (23.05% from 255 or 15.03% from 386); Max value from RGB is 197 - color contains mainly: red. Hex color #C5833A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5833A is #3A7CC5. Grayscale: #8E8E8E. Windows color (decimal): -3833030 or 3834821. OLE color: 3834821.
HSL color Cylindrical-coordinate representation of color #C5833A: hue angle of 31.51º 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 #C5833A is Cyan = 0, Magento = 0.34, Yellow = 0.71 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 131 | 58 | - |
| CMYK | 0 | 0.34 | 0.71 | 0.23 |
| HSL | 31.51º | 0.55% | 0.5% | - |
| HSV(B) | 31.51º | 0.71% | 0.77% | - |
| XYZ | 31.91 | 28.41 | 7.8 | - |
| YUV | 142.41 | 80.37 | 166.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 131 | 58 | 0 | 0.34 | 0.71 | 0.23 | 31.51 | 0.55 | 0.5 |
| Hex | C5 | 83 | 3A | 0 | 22 | 47 | 17 | 20 | 37 | 32 |
| Octal | 305 | 203 | 72 | 0 | 42 | 107 | 27 | 40 | 67 | 62 |
| Binary | 11000101 | 10000011 | 111010 | 0 | 100010 | 1000111 | 10111 | 100000 | 110111 | 110010 |
Color Harmonies of #C5833A
Complementary color
Monochromatic Colors of #C5833A
Black with #C5833A
Text Example
Text Example
White with #C5833A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5833A; }
p { color: rgb(197,131,58); }
H1.HeaderClassName
{
color: #C5833A;
}
.AnyTagClassName
{
color: #C5833A;
}
</style>
background-color css
<style>
a { background-color: #C5833A; }
a { background-color: rgb(197,131,58); }
div.DivClassName
{
background-color: #C5833A;
}
.BgClassName
{
background-color: #C5833A;
}
</style>
border-color css
<style>
span { border-color: #C5833A; }
span { border-color: rgb(197,131,58); }
td.TdClassName
{
border-color: #C5833A;
}
.TagClassName
{
border-color: #C5833A;
}
</style>