Shades of Golden Bell #C38337
Tints of Golden Bell #C38337
RGB
CMYK
RGB Variations
Color information
#C38337 (or 0xC38337) is known color: Golden Bell. HEX triplet: C3, 83 and 37. RGB value is (195,131,55). Sum of RGB (Red+Green+Blue) = 195+131+55=381 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.18% from 381); Green value is 131 (51.56% from 255 or 34.38% from 381); Blue value is 55 (21.88% from 255 or 14.44% from 381); Max value from RGB is 195 - color contains mainly: red. Hex color #C38337 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38337 is #3C7CC8. Grayscale: #8D8D8D. Windows color (decimal): -3964105 or 3638211. OLE color: 3638211.
HSL color Cylindrical-coordinate representation of color #C38337: hue angle of 32.57º 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 #C38337 is Cyan = 0, Magento = 0.33, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 131 | 55 | - |
| CMYK | 0 | 0.33 | 0.72 | 0.24 |
| HSL | 32.57º | 0.56% | 0.49% | - |
| HSV(B) | 32.57º | 0.72% | 0.76% | - |
| XYZ | 31.31 | 28.11 | 7.39 | - |
| YUV | 141.47 | 79.2 | 166.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 131 | 55 | 0 | 0.33 | 0.72 | 0.24 | 32.57 | 0.56 | 0.49 |
| Hex | C3 | 83 | 37 | 0 | 21 | 48 | 18 | 21 | 38 | 31 |
| Octal | 303 | 203 | 67 | 0 | 41 | 110 | 30 | 41 | 70 | 61 |
| Binary | 11000011 | 10000011 | 110111 | 0 | 100001 | 1001000 | 11000 | 100001 | 111000 | 110001 |
Color Harmonies of #C38337
Complementary color
Monochromatic Colors of #C38337
Black with #C38337
Text Example
Text Example
White with #C38337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38337; }
p { color: rgb(195,131,55); }
H1.HeaderClassName
{
color: #C38337;
}
.AnyTagClassName
{
color: #C38337;
}
</style>
background-color css
<style>
a { background-color: #C38337; }
a { background-color: rgb(195,131,55); }
div.DivClassName
{
background-color: #C38337;
}
.BgClassName
{
background-color: #C38337;
}
</style>
border-color css
<style>
span { border-color: #C38337; }
span { border-color: rgb(195,131,55); }
td.TdClassName
{
border-color: #C38337;
}
.TagClassName
{
border-color: #C38337;
}
</style>