Shades of Cocoa Brown #1A1002
Tints of Cocoa Brown #1A1002
RGB
CMYK
RGB Variations
Color information
#1A1002 (or 0x1A1002) is known color: Cocoa Brown. HEX triplet: 1A, 10 and 02. RGB value is (26,16,2). Sum of RGB (Red+Green+Blue) = 26+16+2=44 (5% of max value = 765). Red value is 26 (10.55% from 255 or 59.09% from 44); Green value is 16 (6.64% from 255 or 36.36% from 44); Blue value is 2 (1.17% from 255 or 4.55% from 44); Max value from RGB is 26 - color contains mainly: red. Hex color #1A1002 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A1002 is #E5EFFD. Grayscale: #111111. Windows color (decimal): -15069182 or 135194. OLE color: 135194.
HSL color Cylindrical-coordinate representation of color #1A1002: hue angle of 35º degrees, saturation: 0.86, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1A1002 is Cyan = 0, Magento = 0.38, Yellow = 0.92 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 26 | 16 | 2 | - |
| CMYK | 0 | 0.38 | 0.92 | 0.90 |
| HSL | 35º | 0.86% | 0.05% | - |
| HSV(B) | 35º | 0.92% | 0.1% | - |
| XYZ | 0.62 | 0.59 | 0.14 | - |
| YUV | 17.39 | 119.31 | 134.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 16 | 2 | 0 | 0.38 | 0.92 | 0.90 | 35 | 0.86 | 0.05 |
| Hex | 1A | 10 | 2 | 0 | 26 | 5C | 5A | 23 | 56 | 5 |
| Octal | 32 | 20 | 2 | 0 | 46 | 134 | 132 | 43 | 126 | 5 |
| Binary | 11010 | 10000 | 10 | 0 | 100110 | 1011100 | 1011010 | 100011 | 1010110 | 101 |
Color Harmonies of #1A1002
Complementary color
Monochromatic Colors of #1A1002
Black with #1A1002
Text Example
Text Example
White with #1A1002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1002; }
p { color: rgb(26,16,2); }
H1.HeaderClassName
{
color: #1A1002;
}
.AnyTagClassName
{
color: #1A1002;
}
</style>
background-color css
<style>
a { background-color: #1A1002; }
a { background-color: rgb(26,16,2); }
div.DivClassName
{
background-color: #1A1002;
}
.BgClassName
{
background-color: #1A1002;
}
</style>
border-color css
<style>
span { border-color: #1A1002; }
span { border-color: rgb(26,16,2); }
td.TdClassName
{
border-color: #1A1002;
}
.TagClassName
{
border-color: #1A1002;
}
</style>