Shades of Cocoa Brown #1A1000
Tints of Cocoa Brown #1A1000
RGB
CMYK
RGB Variations
Color information
#1A1000 (or 0x1A1000) is known color: Cocoa Brown. HEX triplet: 1A, 10 and 00. RGB value is (26,16,0). Sum of RGB (Red+Green+Blue) = 26+16+0=42 (5% of max value = 765). Red value is 26 (10.55% from 255 or 61.90% from 42); Green value is 16 (6.64% from 255 or 38.10% from 42); Blue value is 0 (0.39% from 255 or 0% from 42); Max value from RGB is 26 - color contains mainly: red. Hex color #1A1000 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A1000 is #E5EFFF. Grayscale: #111111. Windows color (decimal): -15069184 or 4122. OLE color: 4122.
HSL color Cylindrical-coordinate representation of color #1A1000: hue angle of 36.92º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1A1000 is Cyan = 0, Magento = 0.38, Yellow = 1 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 26 | 16 | 0 | - |
| CMYK | 0 | 0.38 | 1 | 0.90 |
| HSL | 36.92º | 1% | 0.05% | - |
| HSV(B) | 36.92º | 1% | 0.1% | - |
| XYZ | 0.61 | 0.59 | 0.08 | - |
| YUV | 17.17 | 118.31 | 134.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 16 | 0 | 0 | 0.38 | 1 | 0.90 | 36.92 | 1 | 0.05 |
| Hex | 1A | 10 | 0 | 0 | 26 | 64 | 5A | 25 | 64 | 5 |
| Octal | 32 | 20 | 0 | 0 | 46 | 144 | 132 | 45 | 144 | 5 |
| Binary | 11010 | 10000 | 0 | 0 | 100110 | 1100100 | 1011010 | 100101 | 1100100 | 101 |
Color Harmonies of #1A1000
Complementary color
Monochromatic Colors of #1A1000
Black with #1A1000
Text Example
Text Example
White with #1A1000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1000; }
p { color: rgb(26,16,0); }
H1.HeaderClassName
{
color: #1A1000;
}
.AnyTagClassName
{
color: #1A1000;
}
</style>
background-color css
<style>
a { background-color: #1A1000; }
a { background-color: rgb(26,16,0); }
div.DivClassName
{
background-color: #1A1000;
}
.BgClassName
{
background-color: #1A1000;
}
</style>
border-color css
<style>
span { border-color: #1A1000; }
span { border-color: rgb(26,16,0); }
td.TdClassName
{
border-color: #1A1000;
}
.TagClassName
{
border-color: #1A1000;
}
</style>