Shades of Golden Bell #C47B34
Tints of Golden Bell #C47B34
RGB
CMYK
RGB Variations
Color information
#C47B34 (or 0xC47B34) is known color: Golden Bell. HEX triplet: C4, 7B and 34. RGB value is (196,123,52). Sum of RGB (Red+Green+Blue) = 196+123+52=371 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.83% from 371); Green value is 123 (48.44% from 255 or 33.15% from 371); Blue value is 52 (20.70% from 255 or 14.02% from 371); Max value from RGB is 196 - color contains mainly: red. Hex color #C47B34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47B34 is #3B84CB. Grayscale: #898989. Windows color (decimal): -3900620 or 3439556. OLE color: 3439556.
HSL color Cylindrical-coordinate representation of color #C47B34: hue angle of 29.58º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C47B34 is Cyan = 0, Magento = 0.37, Yellow = 0.73 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 123 | 52 | - |
| CMYK | 0 | 0.37 | 0.73 | 0.23 |
| HSL | 29.58º | 0.58% | 0.49% | - |
| HSV(B) | 29.58º | 0.73% | 0.77% | - |
| XYZ | 30.47 | 26.15 | 6.69 | - |
| YUV | 136.73 | 80.18 | 170.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 123 | 52 | 0 | 0.37 | 0.73 | 0.23 | 29.58 | 0.58 | 0.49 |
| Hex | C4 | 7B | 34 | 0 | 25 | 49 | 17 | 1E | 3A | 31 |
| Octal | 304 | 173 | 64 | 0 | 45 | 111 | 27 | 36 | 72 | 61 |
| Binary | 11000100 | 1111011 | 110100 | 0 | 100101 | 1001001 | 10111 | 11110 | 111010 | 110001 |
Color Harmonies of #C47B34
Complementary color
Monochromatic Colors of #C47B34
Black with #C47B34
Text Example
Text Example
White with #C47B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47B34; }
p { color: rgb(196,123,52); }
H1.HeaderClassName
{
color: #C47B34;
}
.AnyTagClassName
{
color: #C47B34;
}
</style>
background-color css
<style>
a { background-color: #C47B34; }
a { background-color: rgb(196,123,52); }
div.DivClassName
{
background-color: #C47B34;
}
.BgClassName
{
background-color: #C47B34;
}
</style>
border-color css
<style>
span { border-color: #C47B34; }
span { border-color: rgb(196,123,52); }
td.TdClassName
{
border-color: #C47B34;
}
.TagClassName
{
border-color: #C47B34;
}
</style>