Shades of Cocoa Brown #1D1103
Tints of Cocoa Brown #1D1103
RGB
CMYK
RGB Variations
Color information
#1D1103 (or 0x1D1103) is known color: Cocoa Brown. HEX triplet: 1D, 11 and 03. RGB value is (29,17,3). Sum of RGB (Red+Green+Blue) = 29+17+3=49 (6% of max value = 765). Red value is 29 (11.72% from 255 or 59.18% from 49); Green value is 17 (7.03% from 255 or 34.69% from 49); Blue value is 3 (1.56% from 255 or 6.12% from 49); Max value from RGB is 29 - color contains mainly: red. Hex color #1D1103 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D1103 is #E2EEFC. Grayscale: #131313. Windows color (decimal): -14872317 or 200989. OLE color: 200989.
HSL color Cylindrical-coordinate representation of color #1D1103: hue angle of 32.31º degrees, saturation: 0.81, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1D1103 is Cyan = 0, Magento = 0.41, Yellow = 0.90 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 17 | 3 | - |
| CMYK | 0 | 0.41 | 0.90 | 0.89 |
| HSL | 32.31º | 0.81% | 0.06% | - |
| HSV(B) | 32.31º | 0.9% | 0.11% | - |
| XYZ | 0.72 | 0.67 | 0.18 | - |
| YUV | 18.99 | 118.98 | 135.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 17 | 3 | 0 | 0.41 | 0.90 | 0.89 | 32.31 | 0.81 | 0.06 |
| Hex | 1D | 11 | 3 | 0 | 29 | 5A | 59 | 20 | 51 | 6 |
| Octal | 35 | 21 | 3 | 0 | 51 | 132 | 131 | 40 | 121 | 6 |
| Binary | 11101 | 10001 | 11 | 0 | 101001 | 1011010 | 1011001 | 100000 | 1010001 | 110 |
Color Harmonies of #1D1103
Complementary color
Monochromatic Colors of #1D1103
Black with #1D1103
Text Example
Text Example
White with #1D1103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1103; }
p { color: rgb(29,17,3); }
H1.HeaderClassName
{
color: #1D1103;
}
.AnyTagClassName
{
color: #1D1103;
}
</style>
background-color css
<style>
a { background-color: #1D1103; }
a { background-color: rgb(29,17,3); }
div.DivClassName
{
background-color: #1D1103;
}
.BgClassName
{
background-color: #1D1103;
}
</style>
border-color css
<style>
span { border-color: #1D1103; }
span { border-color: rgb(29,17,3); }
td.TdClassName
{
border-color: #1D1103;
}
.TagClassName
{
border-color: #1D1103;
}
</style>