Shades of Cocoa Brown #1C1306
Tints of Cocoa Brown #1C1306
RGB
CMYK
RGB Variations
Color information
#1C1306 (or 0x1C1306) is known color: Cocoa Brown. HEX triplet: 1C, 13 and 06. RGB value is (28,19,6). Sum of RGB (Red+Green+Blue) = 28+19+6=53 (7% of max value = 765). Red value is 28 (11.33% from 255 or 52.83% from 53); Green value is 19 (7.81% from 255 or 35.85% from 53); Blue value is 6 (2.73% from 255 or 11.32% from 53); Max value from RGB is 28 - color contains mainly: red. Hex color #1C1306 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C1306 is #E3ECF9. Grayscale: #141414. Windows color (decimal): -14937338 or 398108. OLE color: 398108.
HSL color Cylindrical-coordinate representation of color #1C1306: hue angle of 35.45º degrees, saturation: 0.65, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1C1306 is Cyan = 0, Magento = 0.32, Yellow = 0.79 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 28 | 19 | 6 | - |
| CMYK | 0 | 0.32 | 0.79 | 0.89 |
| HSL | 35.45º | 0.65% | 0.07% | - |
| HSV(B) | 35.45º | 0.79% | 0.11% | - |
| XYZ | 0.74 | 0.73 | 0.27 | - |
| YUV | 20.21 | 119.98 | 133.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 19 | 6 | 0 | 0.32 | 0.79 | 0.89 | 35.45 | 0.65 | 0.07 |
| Hex | 1C | 13 | 6 | 0 | 20 | 4F | 59 | 23 | 41 | 7 |
| Octal | 34 | 23 | 6 | 0 | 40 | 117 | 131 | 43 | 101 | 7 |
| Binary | 11100 | 10011 | 110 | 0 | 100000 | 1001111 | 1011001 | 100011 | 1000001 | 111 |
Color Harmonies of #1C1306
Complementary color
Monochromatic Colors of #1C1306
Black with #1C1306
Text Example
Text Example
White with #1C1306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C1306; }
p { color: rgb(28,19,6); }
H1.HeaderClassName
{
color: #1C1306;
}
.AnyTagClassName
{
color: #1C1306;
}
</style>
background-color css
<style>
a { background-color: #1C1306; }
a { background-color: rgb(28,19,6); }
div.DivClassName
{
background-color: #1C1306;
}
.BgClassName
{
background-color: #1C1306;
}
</style>
border-color css
<style>
span { border-color: #1C1306; }
span { border-color: rgb(28,19,6); }
td.TdClassName
{
border-color: #1C1306;
}
.TagClassName
{
border-color: #1C1306;
}
</style>