Shades of Chocolate #C55B14
Tints of Chocolate #C55B14
RGB
CMYK
RGB Variations
Color information
#C55B14 (or 0xC55B14) is known color: Chocolate. HEX triplet: C5, 5B and 14. RGB value is (197,91,20). Sum of RGB (Red+Green+Blue) = 197+91+20=308 (40% of max value = 765). Red value is 197 (77.34% from 255 or 63.96% from 308); Green value is 91 (35.94% from 255 or 29.55% from 308); Blue value is 20 (8.20% from 255 or 6.49% from 308); Max value from RGB is 197 - color contains mainly: red. Hex color #C55B14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C55B14 is #3AA4EB. Grayscale: #727272. Windows color (decimal): -3843308 or 1334213. OLE color: 1334213.
HSL color Cylindrical-coordinate representation of color #C55B14: hue angle of 24.07º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C55B14 is Cyan = 0, Magento = 0.54, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 91 | 20 | - |
| CMYK | 0 | 0.54 | 0.90 | 0.23 |
| HSL | 24.07º | 0.82% | 0.43% | - |
| HSV(B) | 24.07º | 0.9% | 0.77% | - |
| XYZ | 26.89 | 19.4 | 2.99 | - |
| YUV | 114.6 | 74.62 | 186.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 91 | 20 | 0 | 0.54 | 0.90 | 0.23 | 24.07 | 0.82 | 0.43 |
| Hex | C5 | 5B | 14 | 0 | 36 | 5A | 17 | 18 | 52 | 2B |
| Octal | 305 | 133 | 24 | 0 | 66 | 132 | 27 | 30 | 122 | 53 |
| Binary | 11000101 | 1011011 | 10100 | 0 | 110110 | 1011010 | 10111 | 11000 | 1010010 | 101011 |
Color Harmonies of #C55B14
Complementary color
Monochromatic Colors of #C55B14
Black with #C55B14
Text Example
Text Example
White with #C55B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55B14; }
p { color: rgb(197,91,20); }
H1.HeaderClassName
{
color: #C55B14;
}
.AnyTagClassName
{
color: #C55B14;
}
</style>
background-color css
<style>
a { background-color: #C55B14; }
a { background-color: rgb(197,91,20); }
div.DivClassName
{
background-color: #C55B14;
}
.BgClassName
{
background-color: #C55B14;
}
</style>
border-color css
<style>
span { border-color: #C55B14; }
span { border-color: rgb(197,91,20); }
td.TdClassName
{
border-color: #C55B14;
}
.TagClassName
{
border-color: #C55B14;
}
</style>