Shades of Cocoa Brown #1D1202
Tints of Cocoa Brown #1D1202
RGB
CMYK
RGB Variations
Color information
#1D1202 (or 0x1D1202) is known color: Cocoa Brown. HEX triplet: 1D, 12 and 02. RGB value is (29,18,2). Sum of RGB (Red+Green+Blue) = 29+18+2=49 (6% of max value = 765). Red value is 29 (11.72% from 255 or 59.18% from 49); Green value is 18 (7.42% from 255 or 36.73% from 49); Blue value is 2 (1.17% from 255 or 4.08% from 49); Max value from RGB is 29 - color contains mainly: red. Hex color #1D1202 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D1202 is #E2EDFD. Grayscale: #131313. Windows color (decimal): -14872062 or 135709. OLE color: 135709.
HSL color Cylindrical-coordinate representation of color #1D1202: hue angle of 35.56º degrees, saturation: 0.87, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1D1202 is Cyan = 0, Magento = 0.38, Yellow = 0.93 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 18 | 2 | - |
| CMYK | 0 | 0.38 | 0.93 | 0.89 |
| HSL | 35.56º | 0.87% | 0.06% | - |
| HSV(B) | 35.56º | 0.93% | 0.11% | - |
| XYZ | 0.73 | 0.7 | 0.15 | - |
| YUV | 19.47 | 118.14 | 134.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 18 | 2 | 0 | 0.38 | 0.93 | 0.89 | 35.56 | 0.87 | 0.06 |
| Hex | 1D | 12 | 2 | 0 | 26 | 5D | 59 | 24 | 57 | 6 |
| Octal | 35 | 22 | 2 | 0 | 46 | 135 | 131 | 44 | 127 | 6 |
| Binary | 11101 | 10010 | 10 | 0 | 100110 | 1011101 | 1011001 | 100100 | 1010111 | 110 |
Color Harmonies of #1D1202
Complementary color
Monochromatic Colors of #1D1202
Black with #1D1202
Text Example
Text Example
White with #1D1202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1202; }
p { color: rgb(29,18,2); }
H1.HeaderClassName
{
color: #1D1202;
}
.AnyTagClassName
{
color: #1D1202;
}
</style>
background-color css
<style>
a { background-color: #1D1202; }
a { background-color: rgb(29,18,2); }
div.DivClassName
{
background-color: #1D1202;
}
.BgClassName
{
background-color: #1D1202;
}
</style>
border-color css
<style>
span { border-color: #1D1202; }
span { border-color: rgb(29,18,2); }
td.TdClassName
{
border-color: #1D1202;
}
.TagClassName
{
border-color: #1D1202;
}
</style>