Shades of Cocoa Brown #1D1001
Tints of Cocoa Brown #1D1001
RGB
CMYK
RGB Variations
Color information
#1D1001 (or 0x1D1001) is known color: Cocoa Brown. HEX triplet: 1D, 10 and 01. RGB value is (29,16,1). Sum of RGB (Red+Green+Blue) = 29+16+1=46 (6% of max value = 765). Red value is 29 (11.72% from 255 or 63.04% from 46); Green value is 16 (6.64% from 255 or 34.78% from 46); Blue value is 1 (0.78% from 255 or 2.17% from 46); Max value from RGB is 29 - color contains mainly: red. Hex color #1D1001 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D1001 is #E2EFFE. Grayscale: #121212. Windows color (decimal): -14872575 or 69661. OLE color: 69661.
HSL color Cylindrical-coordinate representation of color #1D1001: hue angle of 32.14º degrees, saturation: 0.93, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1D1001 is Cyan = 0, Magento = 0.45, Yellow = 0.97 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 16 | 1 | - |
| CMYK | 0 | 0.45 | 0.97 | 0.89 |
| HSL | 32.14º | 0.93% | 0.06% | - |
| HSV(B) | 32.14º | 0.97% | 0.11% | - |
| XYZ | 0.7 | 0.63 | 0.11 | - |
| YUV | 18.18 | 118.31 | 135.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 16 | 1 | 0 | 0.45 | 0.97 | 0.89 | 32.14 | 0.93 | 0.06 |
| Hex | 1D | 10 | 1 | 0 | 2D | 61 | 59 | 20 | 5D | 6 |
| Octal | 35 | 20 | 1 | 0 | 55 | 141 | 131 | 40 | 135 | 6 |
| Binary | 11101 | 10000 | 1 | 0 | 101101 | 1100001 | 1011001 | 100000 | 1011101 | 110 |
Color Harmonies of #1D1001
Complementary color
Monochromatic Colors of #1D1001
Black with #1D1001
Text Example
Text Example
White with #1D1001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1001; }
p { color: rgb(29,16,1); }
H1.HeaderClassName
{
color: #1D1001;
}
.AnyTagClassName
{
color: #1D1001;
}
</style>
background-color css
<style>
a { background-color: #1D1001; }
a { background-color: rgb(29,16,1); }
div.DivClassName
{
background-color: #1D1001;
}
.BgClassName
{
background-color: #1D1001;
}
</style>
border-color css
<style>
span { border-color: #1D1001; }
span { border-color: rgb(29,16,1); }
td.TdClassName
{
border-color: #1D1001;
}
.TagClassName
{
border-color: #1D1001;
}
</style>