Shades of Golden Bell #CB8539
Tints of Golden Bell #CB8539
RGB
CMYK
RGB Variations
Color information
#CB8539 (or 0xCB8539) is known color: Golden Bell. HEX triplet: CB, 85 and 39. RGB value is (203,133,57). Sum of RGB (Red+Green+Blue) = 203+133+57=393 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.65% from 393); Green value is 133 (52.34% from 255 or 33.84% from 393); Blue value is 57 (22.66% from 255 or 14.50% from 393); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8539 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB8539 is #347AC6. Grayscale: #919191. Windows color (decimal): -3439303 or 3769803. OLE color: 3769803.
HSL color Cylindrical-coordinate representation of color #CB8539: hue angle of 31.23º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CB8539 is Cyan = 0, Magento = 0.34, Yellow = 0.72 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 133 | 57 | - |
| CMYK | 0 | 0.34 | 0.72 | 0.20 |
| HSL | 31.23º | 0.58% | 0.51% | - |
| HSV(B) | 31.23º | 0.72% | 0.8% | - |
| XYZ | 33.75 | 29.77 | 7.84 | - |
| YUV | 145.27 | 78.19 | 169.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 133 | 57 | 0 | 0.34 | 0.72 | 0.20 | 31.23 | 0.58 | 0.51 |
| Hex | CB | 85 | 39 | 0 | 22 | 48 | 14 | 1F | 3A | 33 |
| Octal | 313 | 205 | 71 | 0 | 42 | 110 | 24 | 37 | 72 | 63 |
| Binary | 11001011 | 10000101 | 111001 | 0 | 100010 | 1001000 | 10100 | 11111 | 111010 | 110011 |
Color Harmonies of #CB8539
Complementary color
Monochromatic Colors of #CB8539
Black with #CB8539
Text Example
Text Example
White with #CB8539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8539; }
p { color: rgb(203,133,57); }
H1.HeaderClassName
{
color: #CB8539;
}
.AnyTagClassName
{
color: #CB8539;
}
</style>
background-color css
<style>
a { background-color: #CB8539; }
a { background-color: rgb(203,133,57); }
div.DivClassName
{
background-color: #CB8539;
}
.BgClassName
{
background-color: #CB8539;
}
</style>
border-color css
<style>
span { border-color: #CB8539; }
span { border-color: rgb(203,133,57); }
td.TdClassName
{
border-color: #CB8539;
}
.TagClassName
{
border-color: #CB8539;
}
</style>