Shades of Cocoa Brown #1C1001
Tints of Cocoa Brown #1C1001
RGB
CMYK
RGB Variations
Color information
#1C1001 (or 0x1C1001) is known color: Cocoa Brown. HEX triplet: 1C, 10 and 01. RGB value is (28,16,1). Sum of RGB (Red+Green+Blue) = 28+16+1=45 (5% of max value = 765). Red value is 28 (11.33% from 255 or 62.22% from 45); Green value is 16 (6.64% from 255 or 35.56% from 45); Blue value is 1 (0.78% from 255 or 2.22% from 45); Max value from RGB is 28 - color contains mainly: red. Hex color #1C1001 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C1001 is #E3EFFE. Grayscale: #111111. Windows color (decimal): -14938111 or 69660. OLE color: 69660.
HSL color Cylindrical-coordinate representation of color #1C1001: hue angle of 33.33º degrees, saturation: 0.93, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1C1001 is Cyan = 0, Magento = 0.43, Yellow = 0.96 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 28 | 16 | 1 | - |
| CMYK | 0 | 0.43 | 0.96 | 0.89 |
| HSL | 33.33º | 0.93% | 0.06% | - |
| HSV(B) | 33.33º | 0.96% | 0.11% | - |
| XYZ | 0.67 | 0.62 | 0.11 | - |
| YUV | 17.88 | 118.48 | 135.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 16 | 1 | 0 | 0.43 | 0.96 | 0.89 | 33.33 | 0.93 | 0.06 |
| Hex | 1C | 10 | 1 | 0 | 2B | 60 | 59 | 21 | 5D | 6 |
| Octal | 34 | 20 | 1 | 0 | 53 | 140 | 131 | 41 | 135 | 6 |
| Binary | 11100 | 10000 | 1 | 0 | 101011 | 1100000 | 1011001 | 100001 | 1011101 | 110 |
Color Harmonies of #1C1001
Complementary color
Monochromatic Colors of #1C1001
Black with #1C1001
Text Example
Text Example
White with #1C1001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C1001; }
p { color: rgb(28,16,1); }
H1.HeaderClassName
{
color: #1C1001;
}
.AnyTagClassName
{
color: #1C1001;
}
</style>
background-color css
<style>
a { background-color: #1C1001; }
a { background-color: rgb(28,16,1); }
div.DivClassName
{
background-color: #1C1001;
}
.BgClassName
{
background-color: #1C1001;
}
</style>
border-color css
<style>
span { border-color: #1C1001; }
span { border-color: rgb(28,16,1); }
td.TdClassName
{
border-color: #1C1001;
}
.TagClassName
{
border-color: #1C1001;
}
</style>