Shades of Golden Bell #C38339
Tints of Golden Bell #C38339
RGB
CMYK
RGB Variations
Color information
#C38339 (or 0xC38339) is known color: Golden Bell. HEX triplet: C3, 83 and 39. RGB value is (195,131,57). Sum of RGB (Red+Green+Blue) = 195+131+57=383 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.91% from 383); Green value is 131 (51.56% from 255 or 34.20% from 383); Blue value is 57 (22.66% from 255 or 14.88% from 383); Max value from RGB is 195 - color contains mainly: red. Hex color #C38339 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38339 is #3C7CC6. Grayscale: #8E8E8E. Windows color (decimal): -3964103 or 3769283. OLE color: 3769283.
HSL color Cylindrical-coordinate representation of color #C38339: hue angle of 32.17º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C38339 is Cyan = 0, Magento = 0.33, Yellow = 0.71 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 131 | 57 | - |
| CMYK | 0 | 0.33 | 0.71 | 0.24 |
| HSL | 32.17º | 0.55% | 0.49% | - |
| HSV(B) | 32.17º | 0.71% | 0.76% | - |
| XYZ | 31.36 | 28.13 | 7.65 | - |
| YUV | 141.7 | 80.2 | 166.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 131 | 57 | 0 | 0.33 | 0.71 | 0.24 | 32.17 | 0.55 | 0.49 |
| Hex | C3 | 83 | 39 | 0 | 21 | 47 | 18 | 20 | 37 | 31 |
| Octal | 303 | 203 | 71 | 0 | 41 | 107 | 30 | 40 | 67 | 61 |
| Binary | 11000011 | 10000011 | 111001 | 0 | 100001 | 1000111 | 11000 | 100000 | 110111 | 110001 |
Color Harmonies of #C38339
Complementary color
Monochromatic Colors of #C38339
Black with #C38339
Text Example
Text Example
White with #C38339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38339; }
p { color: rgb(195,131,57); }
H1.HeaderClassName
{
color: #C38339;
}
.AnyTagClassName
{
color: #C38339;
}
</style>
background-color css
<style>
a { background-color: #C38339; }
a { background-color: rgb(195,131,57); }
div.DivClassName
{
background-color: #C38339;
}
.BgClassName
{
background-color: #C38339;
}
</style>
border-color css
<style>
span { border-color: #C38339; }
span { border-color: rgb(195,131,57); }
td.TdClassName
{
border-color: #C38339;
}
.TagClassName
{
border-color: #C38339;
}
</style>