Shades of Chocolate #CB541B
Tints of Chocolate #CB541B
RGB
CMYK
RGB Variations
Color information
#CB541B (or 0xCB541B) is known color: Chocolate. HEX triplet: CB, 54 and 1B. RGB value is (203,84,27). Sum of RGB (Red+Green+Blue) = 203+84+27=314 (41% of max value = 765). Red value is 203 (79.69% from 255 or 64.65% from 314); Green value is 84 (33.20% from 255 or 26.75% from 314); Blue value is 27 (10.94% from 255 or 8.60% from 314); Max value from RGB is 203 - color contains mainly: red. Hex color #CB541B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB541B is #34ABE4. Grayscale: #717171. Windows color (decimal): -3451877 or 1791179. OLE color: 1791179.
HSL color Cylindrical-coordinate representation of color #CB541B: hue angle of 19.43º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CB541B is Cyan = 0, Magento = 0.59, Yellow = 0.87 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 84 | 27 | - |
| CMYK | 0 | 0.59 | 0.87 | 0.20 |
| HSL | 19.43º | 0.77% | 0.45% | - |
| HSV(B) | 19.43º | 0.87% | 0.8% | - |
| XYZ | 28 | 19.12 | 3.25 | - |
| YUV | 113.08 | 79.42 | 192.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 84 | 27 | 0 | 0.59 | 0.87 | 0.20 | 19.43 | 0.77 | 0.45 |
| Hex | CB | 54 | 1B | 0 | 3B | 57 | 14 | 13 | 4D | 2D |
| Octal | 313 | 124 | 33 | 0 | 73 | 127 | 24 | 23 | 115 | 55 |
| Binary | 11001011 | 1010100 | 11011 | 0 | 111011 | 1010111 | 10100 | 10011 | 1001101 | 101101 |
Color Harmonies of #CB541B
Complementary color
Monochromatic Colors of #CB541B
Black with #CB541B
Text Example
Text Example
White with #CB541B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB541B; }
p { color: rgb(203,84,27); }
H1.HeaderClassName
{
color: #CB541B;
}
.AnyTagClassName
{
color: #CB541B;
}
</style>
background-color css
<style>
a { background-color: #CB541B; }
a { background-color: rgb(203,84,27); }
div.DivClassName
{
background-color: #CB541B;
}
.BgClassName
{
background-color: #CB541B;
}
</style>
border-color css
<style>
span { border-color: #CB541B; }
span { border-color: rgb(203,84,27); }
td.TdClassName
{
border-color: #CB541B;
}
.TagClassName
{
border-color: #CB541B;
}
</style>