Shades of Golden Bell #C47D39
Tints of Golden Bell #C47D39
RGB
CMYK
RGB Variations
Color information
#C47D39 (or 0xC47D39) is known color: Golden Bell. HEX triplet: C4, 7D and 39. RGB value is (196,125,57). Sum of RGB (Red+Green+Blue) = 196+125+57=378 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.85% from 378); Green value is 125 (49.22% from 255 or 33.07% from 378); Blue value is 57 (22.66% from 255 or 15.08% from 378); Max value from RGB is 196 - color contains mainly: red. Hex color #C47D39 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47D39 is #3B82C6. Grayscale: #8A8A8A. Windows color (decimal): -3900103 or 3767748. OLE color: 3767748.
HSL color Cylindrical-coordinate representation of color #C47D39: hue angle of 29.35º 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 #C47D39 is Cyan = 0, Magento = 0.36, Yellow = 0.71 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 125 | 57 | - |
| CMYK | 0 | 0.36 | 0.71 | 0.23 |
| HSL | 29.35º | 0.55% | 0.5% | - |
| HSV(B) | 29.35º | 0.71% | 0.77% | - |
| XYZ | 30.84 | 26.7 | 7.4 | - |
| YUV | 138.48 | 82.02 | 169.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 125 | 57 | 0 | 0.36 | 0.71 | 0.23 | 29.35 | 0.55 | 0.5 |
| Hex | C4 | 7D | 39 | 0 | 24 | 47 | 17 | 1D | 37 | 32 |
| Octal | 304 | 175 | 71 | 0 | 44 | 107 | 27 | 35 | 67 | 62 |
| Binary | 11000100 | 1111101 | 111001 | 0 | 100100 | 1000111 | 10111 | 11101 | 110111 | 110010 |
Color Harmonies of #C47D39
Complementary color
Monochromatic Colors of #C47D39
Black with #C47D39
Text Example
Text Example
White with #C47D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47D39; }
p { color: rgb(196,125,57); }
H1.HeaderClassName
{
color: #C47D39;
}
.AnyTagClassName
{
color: #C47D39;
}
</style>
background-color css
<style>
a { background-color: #C47D39; }
a { background-color: rgb(196,125,57); }
div.DivClassName
{
background-color: #C47D39;
}
.BgClassName
{
background-color: #C47D39;
}
</style>
border-color css
<style>
span { border-color: #C47D39; }
span { border-color: rgb(196,125,57); }
td.TdClassName
{
border-color: #C47D39;
}
.TagClassName
{
border-color: #C47D39;
}
</style>