Shades of Golden Bell #C7853B
Tints of Golden Bell #C7853B
RGB
CMYK
RGB Variations
Color information
#C7853B (or 0xC7853B) is known color: Golden Bell. HEX triplet: C7, 85 and 3B. RGB value is (199,133,59). Sum of RGB (Red+Green+Blue) = 199+133+59=391 (51% of max value = 765). Red value is 199 (78.12% from 255 or 50.90% from 391); Green value is 133 (52.34% from 255 or 34.02% from 391); Blue value is 59 (23.44% from 255 or 15.09% from 391); Max value from RGB is 199 - color contains mainly: red. Hex color #C7853B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7853B is #387AC4. Grayscale: #909090. Windows color (decimal): -3701445 or 3900871. OLE color: 3900871.
HSL color Cylindrical-coordinate representation of color #C7853B: hue angle of 31.71º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C7853B is Cyan = 0, Magento = 0.33, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 133 | 59 | - |
| CMYK | 0 | 0.33 | 0.70 | 0.22 |
| HSL | 31.71º | 0.56% | 0.51% | - |
| HSV(B) | 31.71º | 0.7% | 0.78% | - |
| XYZ | 32.73 | 29.23 | 8.06 | - |
| YUV | 144.3 | 79.87 | 167.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 133 | 59 | 0 | 0.33 | 0.70 | 0.22 | 31.71 | 0.56 | 0.51 |
| Hex | C7 | 85 | 3B | 0 | 21 | 46 | 16 | 20 | 38 | 33 |
| Octal | 307 | 205 | 73 | 0 | 41 | 106 | 26 | 40 | 70 | 63 |
| Binary | 11000111 | 10000101 | 111011 | 0 | 100001 | 1000110 | 10110 | 100000 | 111000 | 110011 |
Color Harmonies of #C7853B
Complementary color
Monochromatic Colors of #C7853B
Black with #C7853B
Text Example
Text Example
White with #C7853B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7853B; }
p { color: rgb(199,133,59); }
H1.HeaderClassName
{
color: #C7853B;
}
.AnyTagClassName
{
color: #C7853B;
}
</style>
background-color css
<style>
a { background-color: #C7853B; }
a { background-color: rgb(199,133,59); }
div.DivClassName
{
background-color: #C7853B;
}
.BgClassName
{
background-color: #C7853B;
}
</style>
border-color css
<style>
span { border-color: #C7853B; }
span { border-color: rgb(199,133,59); }
td.TdClassName
{
border-color: #C7853B;
}
.TagClassName
{
border-color: #C7853B;
}
</style>