Shades of Chocolate #C9551B
Tints of Chocolate #C9551B
RGB
CMYK
RGB Variations
Color information
#C9551B (or 0xC9551B) is known color: Chocolate. HEX triplet: C9, 55 and 1B. RGB value is (201,85,27). Sum of RGB (Red+Green+Blue) = 201+85+27=313 (41% of max value = 765). Red value is 201 (78.91% from 255 or 64.22% from 313); Green value is 85 (33.59% from 255 or 27.16% from 313); Blue value is 27 (10.94% from 255 or 8.63% from 313); Max value from RGB is 201 - color contains mainly: red. Hex color #C9551B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C9551B is #36AAE4. Grayscale: #717171. Windows color (decimal): -3582693 or 1791433. OLE color: 1791433.
HSL color Cylindrical-coordinate representation of color #C9551B: hue angle of 20º 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 #C9551B is Cyan = 0, Magento = 0.58, Yellow = 0.87 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 85 | 27 | - |
| CMYK | 0 | 0.58 | 0.87 | 0.21 |
| HSL | 20º | 0.76% | 0.45% | - |
| HSV(B) | 20º | 0.87% | 0.79% | - |
| XYZ | 27.53 | 18.99 | 3.25 | - |
| YUV | 113.07 | 79.43 | 190.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 85 | 27 | 0 | 0.58 | 0.87 | 0.21 | 20 | 0.76 | 0.45 |
| Hex | C9 | 55 | 1B | 0 | 3A | 57 | 15 | 14 | 4C | 2D |
| Octal | 311 | 125 | 33 | 0 | 72 | 127 | 25 | 24 | 114 | 55 |
| Binary | 11001001 | 1010101 | 11011 | 0 | 111010 | 1010111 | 10101 | 10100 | 1001100 | 101101 |
Color Harmonies of #C9551B
Complementary color
Monochromatic Colors of #C9551B
Black with #C9551B
Text Example
Text Example
White with #C9551B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9551B; }
p { color: rgb(201,85,27); }
H1.HeaderClassName
{
color: #C9551B;
}
.AnyTagClassName
{
color: #C9551B;
}
</style>
background-color css
<style>
a { background-color: #C9551B; }
a { background-color: rgb(201,85,27); }
div.DivClassName
{
background-color: #C9551B;
}
.BgClassName
{
background-color: #C9551B;
}
</style>
border-color css
<style>
span { border-color: #C9551B; }
span { border-color: rgb(201,85,27); }
td.TdClassName
{
border-color: #C9551B;
}
.TagClassName
{
border-color: #C9551B;
}
</style>