Shades of Cocoa Brown #1A1001
Tints of Cocoa Brown #1A1001
RGB
CMYK
RGB Variations
Color information
#1A1001 (or 0x1A1001) is known color: Cocoa Brown. HEX triplet: 1A, 10 and 01. RGB value is (26,16,1). Sum of RGB (Red+Green+Blue) = 26+16+1=43 (5% of max value = 765). Red value is 26 (10.55% from 255 or 60.47% from 43); Green value is 16 (6.64% from 255 or 37.21% from 43); Blue value is 1 (0.78% from 255 or 2.33% from 43); Max value from RGB is 26 - color contains mainly: red. Hex color #1A1001 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A1001 is #E5EFFE. Grayscale: #111111. Windows color (decimal): -15069183 or 69658. OLE color: 69658.
HSL color Cylindrical-coordinate representation of color #1A1001: hue angle of 36º degrees, saturation: 0.93, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1A1001 is Cyan = 0, Magento = 0.38, Yellow = 0.96 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 26 | 16 | 1 | - |
| CMYK | 0 | 0.38 | 0.96 | 0.90 |
| HSL | 36º | 0.93% | 0.05% | - |
| HSV(B) | 36º | 0.96% | 0.1% | - |
| XYZ | 0.62 | 0.59 | 0.11 | - |
| YUV | 17.28 | 118.81 | 134.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 16 | 1 | 0 | 0.38 | 0.96 | 0.90 | 36 | 0.93 | 0.05 |
| Hex | 1A | 10 | 1 | 0 | 26 | 60 | 5A | 24 | 5D | 5 |
| Octal | 32 | 20 | 1 | 0 | 46 | 140 | 132 | 44 | 135 | 5 |
| Binary | 11010 | 10000 | 1 | 0 | 100110 | 1100000 | 1011010 | 100100 | 1011101 | 101 |
Color Harmonies of #1A1001
Complementary color
Monochromatic Colors of #1A1001
Black with #1A1001
Text Example
Text Example
White with #1A1001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1001; }
p { color: rgb(26,16,1); }
H1.HeaderClassName
{
color: #1A1001;
}
.AnyTagClassName
{
color: #1A1001;
}
</style>
background-color css
<style>
a { background-color: #1A1001; }
a { background-color: rgb(26,16,1); }
div.DivClassName
{
background-color: #1A1001;
}
.BgClassName
{
background-color: #1A1001;
}
</style>
border-color css
<style>
span { border-color: #1A1001; }
span { border-color: rgb(26,16,1); }
td.TdClassName
{
border-color: #1A1001;
}
.TagClassName
{
border-color: #1A1001;
}
</style>