Shades of Chocolate #C55D14
Tints of Chocolate #C55D14
RGB
CMYK
RGB Variations
Color information
#C55D14 (or 0xC55D14) is known color: Chocolate. HEX triplet: C5, 5D and 14. RGB value is (197,93,20). Sum of RGB (Red+Green+Blue) = 197+93+20=310 (41% of max value = 765). Red value is 197 (77.34% from 255 or 63.55% from 310); Green value is 93 (36.72% from 255 or 30% from 310); Blue value is 20 (8.20% from 255 or 6.45% from 310); Max value from RGB is 197 - color contains mainly: red. Hex color #C55D14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C55D14 is #3AA2EB. Grayscale: #747474. Windows color (decimal): -3842796 or 1334725. OLE color: 1334725.
HSL color Cylindrical-coordinate representation of color #C55D14: hue angle of 24.75º 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 #C55D14 is Cyan = 0, Magento = 0.53, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 93 | 20 | - |
| CMYK | 0 | 0.53 | 0.90 | 0.23 |
| HSL | 24.75º | 0.82% | 0.43% | - |
| HSV(B) | 24.75º | 0.9% | 0.77% | - |
| XYZ | 27.07 | 19.75 | 3.05 | - |
| YUV | 115.77 | 73.96 | 185.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 93 | 20 | 0 | 0.53 | 0.90 | 0.23 | 24.75 | 0.82 | 0.43 |
| Hex | C5 | 5D | 14 | 0 | 35 | 5A | 17 | 19 | 52 | 2B |
| Octal | 305 | 135 | 24 | 0 | 65 | 132 | 27 | 31 | 122 | 53 |
| Binary | 11000101 | 1011101 | 10100 | 0 | 110101 | 1011010 | 10111 | 11001 | 1010010 | 101011 |
Color Harmonies of #C55D14
Complementary color
Monochromatic Colors of #C55D14
Black with #C55D14
Text Example
Text Example
White with #C55D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55D14; }
p { color: rgb(197,93,20); }
H1.HeaderClassName
{
color: #C55D14;
}
.AnyTagClassName
{
color: #C55D14;
}
</style>
background-color css
<style>
a { background-color: #C55D14; }
a { background-color: rgb(197,93,20); }
div.DivClassName
{
background-color: #C55D14;
}
.BgClassName
{
background-color: #C55D14;
}
</style>
border-color css
<style>
span { border-color: #C55D14; }
span { border-color: rgb(197,93,20); }
td.TdClassName
{
border-color: #C55D14;
}
.TagClassName
{
border-color: #C55D14;
}
</style>