Shades of Golden Bell #C78339
Tints of Golden Bell #C78339
RGB
CMYK
RGB Variations
Color information
#C78339 (or 0xC78339) is known color: Golden Bell. HEX triplet: C7, 83 and 39. RGB value is (199,131,57). Sum of RGB (Red+Green+Blue) = 199+131+57=387 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.42% from 387); Green value is 131 (51.56% from 255 or 33.85% from 387); Blue value is 57 (22.66% from 255 or 14.73% from 387); Max value from RGB is 199 - color contains mainly: red. Hex color #C78339 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C78339 is #387CC6. Grayscale: #8F8F8F. Windows color (decimal): -3701959 or 3769287. OLE color: 3769287.
HSL color Cylindrical-coordinate representation of color #C78339: hue angle of 31.27º 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 #C78339 is Cyan = 0, Magento = 0.34, Yellow = 0.71 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 131 | 57 | - |
| CMYK | 0 | 0.34 | 0.71 | 0.22 |
| HSL | 31.27º | 0.56% | 0.5% | - |
| HSV(B) | 31.27º | 0.71% | 0.78% | - |
| XYZ | 32.41 | 28.67 | 7.7 | - |
| YUV | 142.9 | 79.53 | 168.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 131 | 57 | 0 | 0.34 | 0.71 | 0.22 | 31.27 | 0.56 | 0.5 |
| Hex | C7 | 83 | 39 | 0 | 22 | 47 | 16 | 1F | 38 | 32 |
| Octal | 307 | 203 | 71 | 0 | 42 | 107 | 26 | 37 | 70 | 62 |
| Binary | 11000111 | 10000011 | 111001 | 0 | 100010 | 1000111 | 10110 | 11111 | 111000 | 110010 |
Color Harmonies of #C78339
Complementary color
Monochromatic Colors of #C78339
Black with #C78339
Text Example
Text Example
White with #C78339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78339; }
p { color: rgb(199,131,57); }
H1.HeaderClassName
{
color: #C78339;
}
.AnyTagClassName
{
color: #C78339;
}
</style>
background-color css
<style>
a { background-color: #C78339; }
a { background-color: rgb(199,131,57); }
div.DivClassName
{
background-color: #C78339;
}
.BgClassName
{
background-color: #C78339;
}
</style>
border-color css
<style>
span { border-color: #C78339; }
span { border-color: rgb(199,131,57); }
td.TdClassName
{
border-color: #C78339;
}
.TagClassName
{
border-color: #C78339;
}
</style>