Shades of Chocolate #C9541B
Tints of Chocolate #C9541B
RGB
CMYK
RGB Variations
Color information
#C9541B (or 0xC9541B) is known color: Chocolate. HEX triplet: C9, 54 and 1B. RGB value is (201,84,27). Sum of RGB (Red+Green+Blue) = 201+84+27=312 (41% of max value = 765). Red value is 201 (78.91% from 255 or 64.42% from 312); Green value is 84 (33.20% from 255 or 26.92% from 312); Blue value is 27 (10.94% from 255 or 8.65% from 312); Max value from RGB is 201 - color contains mainly: red. Hex color #C9541B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C9541B is #36ABE4. Grayscale: #707070. Windows color (decimal): -3582949 or 1791177. OLE color: 1791177.
HSL color Cylindrical-coordinate representation of color #C9541B: hue angle of 19.66º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C9541B is Cyan = 0, Magento = 0.58, Yellow = 0.87 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 84 | 27 | - |
| CMYK | 0 | 0.58 | 0.87 | 0.21 |
| HSL | 19.66º | 0.76% | 0.45% | - |
| HSV(B) | 19.66º | 0.87% | 0.79% | - |
| XYZ | 27.46 | 18.84 | 3.23 | - |
| YUV | 112.49 | 79.76 | 191.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 84 | 27 | 0 | 0.58 | 0.87 | 0.21 | 19.66 | 0.76 | 0.45 |
| Hex | C9 | 54 | 1B | 0 | 3A | 57 | 15 | 14 | 4C | 2D |
| Octal | 311 | 124 | 33 | 0 | 72 | 127 | 25 | 24 | 114 | 55 |
| Binary | 11001001 | 1010100 | 11011 | 0 | 111010 | 1010111 | 10101 | 10100 | 1001100 | 101101 |
Color Harmonies of #C9541B
Complementary color
Monochromatic Colors of #C9541B
Black with #C9541B
Text Example
Text Example
White with #C9541B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9541B; }
p { color: rgb(201,84,27); }
H1.HeaderClassName
{
color: #C9541B;
}
.AnyTagClassName
{
color: #C9541B;
}
</style>
background-color css
<style>
a { background-color: #C9541B; }
a { background-color: rgb(201,84,27); }
div.DivClassName
{
background-color: #C9541B;
}
.BgClassName
{
background-color: #C9541B;
}
</style>
border-color css
<style>
span { border-color: #C9541B; }
span { border-color: rgb(201,84,27); }
td.TdClassName
{
border-color: #C9541B;
}
.TagClassName
{
border-color: #C9541B;
}
</style>