Shades of Golden Bell #C38537
Tints of Golden Bell #C38537
RGB
CMYK
RGB Variations
Color information
#C38537 (or 0xC38537) is known color: Golden Bell. HEX triplet: C3, 85 and 37. RGB value is (195,133,55). Sum of RGB (Red+Green+Blue) = 195+133+55=383 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.91% from 383); Green value is 133 (52.34% from 255 or 34.73% from 383); Blue value is 55 (21.88% from 255 or 14.36% from 383); Max value from RGB is 195 - color contains mainly: red. Hex color #C38537 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38537 is #3C7AC8. Grayscale: #8F8F8F. Windows color (decimal): -3963593 or 3638723. OLE color: 3638723.
HSL color Cylindrical-coordinate representation of color #C38537: hue angle of 33.43º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C38537 is Cyan = 0, Magento = 0.32, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 133 | 55 | - |
| CMYK | 0 | 0.32 | 0.72 | 0.24 |
| HSL | 33.43º | 0.56% | 0.49% | - |
| HSV(B) | 33.43º | 0.72% | 0.76% | - |
| XYZ | 31.58 | 28.65 | 7.48 | - |
| YUV | 142.65 | 78.54 | 165.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 133 | 55 | 0 | 0.32 | 0.72 | 0.24 | 33.43 | 0.56 | 0.49 |
| Hex | C3 | 85 | 37 | 0 | 20 | 48 | 18 | 21 | 38 | 31 |
| Octal | 303 | 205 | 67 | 0 | 40 | 110 | 30 | 41 | 70 | 61 |
| Binary | 11000011 | 10000101 | 110111 | 0 | 100000 | 1001000 | 11000 | 100001 | 111000 | 110001 |
Color Harmonies of #C38537
Complementary color
Monochromatic Colors of #C38537
Black with #C38537
Text Example
Text Example
White with #C38537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38537; }
p { color: rgb(195,133,55); }
H1.HeaderClassName
{
color: #C38537;
}
.AnyTagClassName
{
color: #C38537;
}
</style>
background-color css
<style>
a { background-color: #C38537; }
a { background-color: rgb(195,133,55); }
div.DivClassName
{
background-color: #C38537;
}
.BgClassName
{
background-color: #C38537;
}
</style>
border-color css
<style>
span { border-color: #C38537; }
span { border-color: rgb(195,133,55); }
td.TdClassName
{
border-color: #C38537;
}
.TagClassName
{
border-color: #C38537;
}
</style>