Shades of Golden Bell #C37B32
Tints of Golden Bell #C37B32
RGB
CMYK
RGB Variations
Color information
#C37B32 (or 0xC37B32) is known color: Golden Bell. HEX triplet: C3, 7B and 32. RGB value is (195,123,50). Sum of RGB (Red+Green+Blue) = 195+123+50=368 (48% of max value = 765). Red value is 195 (76.56% from 255 or 52.99% from 368); Green value is 123 (48.44% from 255 or 33.42% from 368); Blue value is 50 (19.92% from 255 or 13.59% from 368); Max value from RGB is 195 - color contains mainly: red. Hex color #C37B32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37B32 is #3C84CD. Grayscale: #888888. Windows color (decimal): -3966158 or 3308483. OLE color: 3308483.
HSL color Cylindrical-coordinate representation of color #C37B32: hue angle of 30.21º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C37B32 is Cyan = 0, Magento = 0.37, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 123 | 50 | - |
| CMYK | 0 | 0.37 | 0.74 | 0.24 |
| HSL | 30.21º | 0.59% | 0.48% | - |
| HSV(B) | 30.21º | 0.74% | 0.76% | - |
| XYZ | 30.16 | 26 | 6.45 | - |
| YUV | 136.21 | 79.35 | 169.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 123 | 50 | 0 | 0.37 | 0.74 | 0.24 | 30.21 | 0.59 | 0.48 |
| Hex | C3 | 7B | 32 | 0 | 25 | 4A | 18 | 1E | 3B | 30 |
| Octal | 303 | 173 | 62 | 0 | 45 | 112 | 30 | 36 | 73 | 60 |
| Binary | 11000011 | 1111011 | 110010 | 0 | 100101 | 1001010 | 11000 | 11110 | 111011 | 110000 |
Color Harmonies of #C37B32
Complementary color
Monochromatic Colors of #C37B32
Black with #C37B32
Text Example
Text Example
White with #C37B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37B32; }
p { color: rgb(195,123,50); }
H1.HeaderClassName
{
color: #C37B32;
}
.AnyTagClassName
{
color: #C37B32;
}
</style>
background-color css
<style>
a { background-color: #C37B32; }
a { background-color: rgb(195,123,50); }
div.DivClassName
{
background-color: #C37B32;
}
.BgClassName
{
background-color: #C37B32;
}
</style>
border-color css
<style>
span { border-color: #C37B32; }
span { border-color: rgb(195,123,50); }
td.TdClassName
{
border-color: #C37B32;
}
.TagClassName
{
border-color: #C37B32;
}
</style>