Shades of Cocoa Brown #1D1100
Tints of Cocoa Brown #1D1100
RGB
CMYK
RGB Variations
Color information
#1D1100 (or 0x1D1100) is known color: Cocoa Brown. HEX triplet: 1D, 11 and 00. RGB value is (29,17,0). Sum of RGB (Red+Green+Blue) = 29+17+0=46 (6% of max value = 765). Red value is 29 (11.72% from 255 or 63.04% from 46); Green value is 17 (7.03% from 255 or 36.96% from 46); Blue value is 0 (0.39% from 255 or 0% from 46); Max value from RGB is 29 - color contains mainly: red. Hex color #1D1100 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D1100 is #E2EEFF. Grayscale: #121212. Windows color (decimal): -14872320 or 4381. OLE color: 4381.
HSL color Cylindrical-coordinate representation of color #1D1100: hue angle of 35.17º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1D1100 is Cyan = 0, Magento = 0.41, Yellow = 1 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 17 | 0 | - |
| CMYK | 0 | 0.41 | 1 | 0.89 |
| HSL | 35.17º | 1% | 0.06% | - |
| HSV(B) | 35.17º | 1% | 0.11% | - |
| XYZ | 0.71 | 0.66 | 0.09 | - |
| YUV | 18.65 | 117.48 | 135.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 17 | 0 | 0 | 0.41 | 1 | 0.89 | 35.17 | 1 | 0.06 |
| Hex | 1D | 11 | 0 | 0 | 29 | 64 | 59 | 23 | 64 | 6 |
| Octal | 35 | 21 | 0 | 0 | 51 | 144 | 131 | 43 | 144 | 6 |
| Binary | 11101 | 10001 | 0 | 0 | 101001 | 1100100 | 1011001 | 100011 | 1100100 | 110 |
Color Harmonies of #1D1100
Complementary color
Monochromatic Colors of #1D1100
Black with #1D1100
Text Example
Text Example
White with #1D1100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1100; }
p { color: rgb(29,17,0); }
H1.HeaderClassName
{
color: #1D1100;
}
.AnyTagClassName
{
color: #1D1100;
}
</style>
background-color css
<style>
a { background-color: #1D1100; }
a { background-color: rgb(29,17,0); }
div.DivClassName
{
background-color: #1D1100;
}
.BgClassName
{
background-color: #1D1100;
}
</style>
border-color css
<style>
span { border-color: #1D1100; }
span { border-color: rgb(29,17,0); }
td.TdClassName
{
border-color: #1D1100;
}
.TagClassName
{
border-color: #1D1100;
}
</style>