Shades of Cocoa Brown #1C1102
Tints of Cocoa Brown #1C1102
RGB
CMYK
RGB Variations
Color information
#1C1102 (or 0x1C1102) is known color: Cocoa Brown. HEX triplet: 1C, 11 and 02. RGB value is (28,17,2). Sum of RGB (Red+Green+Blue) = 28+17+2=47 (6% of max value = 765). Red value is 28 (11.33% from 255 or 59.57% from 47); Green value is 17 (7.03% from 255 or 36.17% from 47); Blue value is 2 (1.17% from 255 or 4.26% from 47); Max value from RGB is 28 - color contains mainly: red. Hex color #1C1102 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C1102 is #E3EEFD. Grayscale: #121212. Windows color (decimal): -14937854 or 135452. OLE color: 135452.
HSL color Cylindrical-coordinate representation of color #1C1102: hue angle of 34.62º degrees, saturation: 0.87, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1C1102 is Cyan = 0, Magento = 0.39, Yellow = 0.93 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 28 | 17 | 2 | - |
| CMYK | 0 | 0.39 | 0.93 | 0.89 |
| HSL | 34.62º | 0.87% | 0.06% | - |
| HSV(B) | 34.62º | 0.93% | 0.11% | - |
| XYZ | 0.69 | 0.65 | 0.15 | - |
| YUV | 18.58 | 118.64 | 134.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 17 | 2 | 0 | 0.39 | 0.93 | 0.89 | 34.62 | 0.87 | 0.06 |
| Hex | 1C | 11 | 2 | 0 | 27 | 5D | 59 | 23 | 57 | 6 |
| Octal | 34 | 21 | 2 | 0 | 47 | 135 | 131 | 43 | 127 | 6 |
| Binary | 11100 | 10001 | 10 | 0 | 100111 | 1011101 | 1011001 | 100011 | 1010111 | 110 |
Color Harmonies of #1C1102
Complementary color
Monochromatic Colors of #1C1102
Black with #1C1102
Text Example
Text Example
White with #1C1102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C1102; }
p { color: rgb(28,17,2); }
H1.HeaderClassName
{
color: #1C1102;
}
.AnyTagClassName
{
color: #1C1102;
}
</style>
background-color css
<style>
a { background-color: #1C1102; }
a { background-color: rgb(28,17,2); }
div.DivClassName
{
background-color: #1C1102;
}
.BgClassName
{
background-color: #1C1102;
}
</style>
border-color css
<style>
span { border-color: #1C1102; }
span { border-color: rgb(28,17,2); }
td.TdClassName
{
border-color: #1C1102;
}
.TagClassName
{
border-color: #1C1102;
}
</style>