Shades of Cocoa Brown #1A0F01
Tints of Cocoa Brown #1A0F01
RGB
CMYK
RGB Variations
Color information
#1A0F01 (or 0x1A0F01) is known color: Cocoa Brown. HEX triplet: 1A, 0F and 01. RGB value is (26,15,1). Sum of RGB (Red+Green+Blue) = 26+15+1=42 (5% of max value = 765). Red value is 26 (10.55% from 255 or 61.90% from 42); Green value is 15 (6.25% from 255 or 35.71% from 42); Blue value is 1 (0.78% from 255 or 2.38% from 42); Max value from RGB is 26 - color contains mainly: red. Hex color #1A0F01 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A0F01 is #E5F0FE. Grayscale: #101010. Windows color (decimal): -15069439 or 69402. OLE color: 69402.
HSL color Cylindrical-coordinate representation of color #1A0F01: hue angle of 33.6º 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 #1A0F01 is Cyan = 0, Magento = 0.42, Yellow = 0.96 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 26 | 15 | 1 | - |
| CMYK | 0 | 0.42 | 0.96 | 0.90 |
| HSL | 33.6º | 0.93% | 0.05% | - |
| HSV(B) | 33.6º | 0.96% | 0.1% | - |
| XYZ | 0.6 | 0.56 | 0.11 | - |
| YUV | 16.69 | 119.14 | 134.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 15 | 1 | 0 | 0.42 | 0.96 | 0.90 | 33.6 | 0.93 | 0.05 |
| Hex | 1A | F | 1 | 0 | 2A | 60 | 5A | 22 | 5D | 5 |
| Octal | 32 | 17 | 1 | 0 | 52 | 140 | 132 | 42 | 135 | 5 |
| Binary | 11010 | 1111 | 1 | 0 | 101010 | 1100000 | 1011010 | 100010 | 1011101 | 101 |
Color Harmonies of #1A0F01
Complementary color
Monochromatic Colors of #1A0F01
Black with #1A0F01
Text Example
Text Example
White with #1A0F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0F01; }
p { color: rgb(26,15,1); }
H1.HeaderClassName
{
color: #1A0F01;
}
.AnyTagClassName
{
color: #1A0F01;
}
</style>
background-color css
<style>
a { background-color: #1A0F01; }
a { background-color: rgb(26,15,1); }
div.DivClassName
{
background-color: #1A0F01;
}
.BgClassName
{
background-color: #1A0F01;
}
</style>
border-color css
<style>
span { border-color: #1A0F01; }
span { border-color: rgb(26,15,1); }
td.TdClassName
{
border-color: #1A0F01;
}
.TagClassName
{
border-color: #1A0F01;
}
</style>