Shades of Cocoa Brown #1D1201
Tints of Cocoa Brown #1D1201
RGB
CMYK
RGB Variations
Color information
#1D1201 (or 0x1D1201) is known color: Cocoa Brown. HEX triplet: 1D, 12 and 01. RGB value is (29,18,1). Sum of RGB (Red+Green+Blue) = 29+18+1=48 (6% of max value = 765). Red value is 29 (11.72% from 255 or 60.42% from 48); Green value is 18 (7.42% from 255 or 37.5% from 48); Blue value is 1 (0.78% from 255 or 2.08% from 48); Max value from RGB is 29 - color contains mainly: red. Hex color #1D1201 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D1201 is #E2EDFE. Grayscale: #131313. Windows color (decimal): -14872063 or 70173. OLE color: 70173.
HSL color Cylindrical-coordinate representation of color #1D1201: hue angle of 36.43º 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 #1D1201 is Cyan = 0, Magento = 0.38, Yellow = 0.97 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 18 | 1 | - |
| CMYK | 0 | 0.38 | 0.97 | 0.89 |
| HSL | 36.43º | 0.93% | 0.06% | - |
| HSV(B) | 36.43º | 0.97% | 0.11% | - |
| XYZ | 0.73 | 0.7 | 0.12 | - |
| YUV | 19.35 | 117.64 | 134.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 18 | 1 | 0 | 0.38 | 0.97 | 0.89 | 36.43 | 0.93 | 0.06 |
| Hex | 1D | 12 | 1 | 0 | 26 | 61 | 59 | 24 | 5D | 6 |
| Octal | 35 | 22 | 1 | 0 | 46 | 141 | 131 | 44 | 135 | 6 |
| Binary | 11101 | 10010 | 1 | 0 | 100110 | 1100001 | 1011001 | 100100 | 1011101 | 110 |
Color Harmonies of #1D1201
Complementary color
Monochromatic Colors of #1D1201
Black with #1D1201
Text Example
Text Example
White with #1D1201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1201; }
p { color: rgb(29,18,1); }
H1.HeaderClassName
{
color: #1D1201;
}
.AnyTagClassName
{
color: #1D1201;
}
</style>
background-color css
<style>
a { background-color: #1D1201; }
a { background-color: rgb(29,18,1); }
div.DivClassName
{
background-color: #1D1201;
}
.BgClassName
{
background-color: #1D1201;
}
</style>
border-color css
<style>
span { border-color: #1D1201; }
span { border-color: rgb(29,18,1); }
td.TdClassName
{
border-color: #1D1201;
}
.TagClassName
{
border-color: #1D1201;
}
</style>