Shades of Cocoa Brown #1D1102
Tints of Cocoa Brown #1D1102
RGB
CMYK
RGB Variations
Color information
#1D1102 (or 0x1D1102) is known color: Cocoa Brown. HEX triplet: 1D, 11 and 02. RGB value is (29,17,2). Sum of RGB (Red+Green+Blue) = 29+17+2=48 (6% of max value = 765). Red value is 29 (11.72% from 255 or 60.42% from 48); Green value is 17 (7.03% from 255 or 35.42% from 48); Blue value is 2 (1.17% from 255 or 4.17% from 48); Max value from RGB is 29 - color contains mainly: red. Hex color #1D1102 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D1102 is #E2EEFD. Grayscale: #121212. Windows color (decimal): -14872318 or 135453. OLE color: 135453.
HSL color Cylindrical-coordinate representation of color #1D1102: hue angle of 33.33º 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 #1D1102 is Cyan = 0, Magento = 0.41, Yellow = 0.93 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 17 | 2 | - |
| CMYK | 0 | 0.41 | 0.93 | 0.89 |
| HSL | 33.33º | 0.87% | 0.06% | - |
| HSV(B) | 33.33º | 0.93% | 0.11% | - |
| XYZ | 0.72 | 0.67 | 0.15 | - |
| YUV | 18.88 | 118.48 | 135.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 17 | 2 | 0 | 0.41 | 0.93 | 0.89 | 33.33 | 0.87 | 0.06 |
| Hex | 1D | 11 | 2 | 0 | 29 | 5D | 59 | 21 | 57 | 6 |
| Octal | 35 | 21 | 2 | 0 | 51 | 135 | 131 | 41 | 127 | 6 |
| Binary | 11101 | 10001 | 10 | 0 | 101001 | 1011101 | 1011001 | 100001 | 1010111 | 110 |
Color Harmonies of #1D1102
Complementary color
Monochromatic Colors of #1D1102
Black with #1D1102
Text Example
Text Example
White with #1D1102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1102; }
p { color: rgb(29,17,2); }
H1.HeaderClassName
{
color: #1D1102;
}
.AnyTagClassName
{
color: #1D1102;
}
</style>
background-color css
<style>
a { background-color: #1D1102; }
a { background-color: rgb(29,17,2); }
div.DivClassName
{
background-color: #1D1102;
}
.BgClassName
{
background-color: #1D1102;
}
</style>
border-color css
<style>
span { border-color: #1D1102; }
span { border-color: rgb(29,17,2); }
td.TdClassName
{
border-color: #1D1102;
}
.TagClassName
{
border-color: #1D1102;
}
</style>