Shades of Golden Bell #C78539
Tints of Golden Bell #C78539
RGB
CMYK
RGB Variations
Color information
#C78539 (or 0xC78539) is known color: Golden Bell. HEX triplet: C7, 85 and 39. RGB value is (199,133,57). Sum of RGB (Red+Green+Blue) = 199+133+57=389 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.16% from 389); Green value is 133 (52.34% from 255 or 34.19% from 389); Blue value is 57 (22.66% from 255 or 14.65% from 389); Max value from RGB is 199 - color contains mainly: red. Hex color #C78539 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C78539 is #387AC6. Grayscale: #909090. Windows color (decimal): -3701447 or 3769799. OLE color: 3769799.
HSL color Cylindrical-coordinate representation of color #C78539: hue angle of 32.11º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C78539 is Cyan = 0, Magento = 0.33, Yellow = 0.71 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 133 | 57 | - |
| CMYK | 0 | 0.33 | 0.71 | 0.22 |
| HSL | 32.11º | 0.56% | 0.5% | - |
| HSV(B) | 32.11º | 0.71% | 0.78% | - |
| XYZ | 32.68 | 29.21 | 7.79 | - |
| YUV | 144.07 | 78.87 | 167.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 133 | 57 | 0 | 0.33 | 0.71 | 0.22 | 32.11 | 0.56 | 0.5 |
| Hex | C7 | 85 | 39 | 0 | 21 | 47 | 16 | 20 | 38 | 32 |
| Octal | 307 | 205 | 71 | 0 | 41 | 107 | 26 | 40 | 70 | 62 |
| Binary | 11000111 | 10000101 | 111001 | 0 | 100001 | 1000111 | 10110 | 100000 | 111000 | 110010 |
Color Harmonies of #C78539
Complementary color
Monochromatic Colors of #C78539
Black with #C78539
Text Example
Text Example
White with #C78539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78539; }
p { color: rgb(199,133,57); }
H1.HeaderClassName
{
color: #C78539;
}
.AnyTagClassName
{
color: #C78539;
}
</style>
background-color css
<style>
a { background-color: #C78539; }
a { background-color: rgb(199,133,57); }
div.DivClassName
{
background-color: #C78539;
}
.BgClassName
{
background-color: #C78539;
}
</style>
border-color css
<style>
span { border-color: #C78539; }
span { border-color: rgb(199,133,57); }
td.TdClassName
{
border-color: #C78539;
}
.TagClassName
{
border-color: #C78539;
}
</style>