Shades of Cocoa Brown #1D1304
Tints of Cocoa Brown #1D1304
RGB
CMYK
RGB Variations
Color information
#1D1304 (or 0x1D1304) is known color: Cocoa Brown. HEX triplet: 1D, 13 and 04. RGB value is (29,19,4). Sum of RGB (Red+Green+Blue) = 29+19+4=52 (6% of max value = 765). Red value is 29 (11.72% from 255 or 55.77% from 52); Green value is 19 (7.81% from 255 or 36.54% from 52); Blue value is 4 (1.95% from 255 or 7.69% from 52); Max value from RGB is 29 - color contains mainly: red. Hex color #1D1304 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D1304 is #E2ECFB. Grayscale: #141414. Windows color (decimal): -14871804 or 267037. OLE color: 267037.
HSL color Cylindrical-coordinate representation of color #1D1304: hue angle of 36º degrees, saturation: 0.76, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1D1304 is Cyan = 0, Magento = 0.34, Yellow = 0.86 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 19 | 4 | - |
| CMYK | 0 | 0.34 | 0.86 | 0.89 |
| HSL | 36º | 0.76% | 0.06% | - |
| HSV(B) | 36º | 0.86% | 0.11% | - |
| XYZ | 0.76 | 0.74 | 0.22 | - |
| YUV | 20.28 | 118.81 | 134.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 19 | 4 | 0 | 0.34 | 0.86 | 0.89 | 36 | 0.76 | 0.06 |
| Hex | 1D | 13 | 4 | 0 | 22 | 56 | 59 | 24 | 4C | 6 |
| Octal | 35 | 23 | 4 | 0 | 42 | 126 | 131 | 44 | 114 | 6 |
| Binary | 11101 | 10011 | 100 | 0 | 100010 | 1010110 | 1011001 | 100100 | 1001100 | 110 |
Color Harmonies of #1D1304
Complementary color
Monochromatic Colors of #1D1304
Black with #1D1304
Text Example
Text Example
White with #1D1304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1304; }
p { color: rgb(29,19,4); }
H1.HeaderClassName
{
color: #1D1304;
}
.AnyTagClassName
{
color: #1D1304;
}
</style>
background-color css
<style>
a { background-color: #1D1304; }
a { background-color: rgb(29,19,4); }
div.DivClassName
{
background-color: #1D1304;
}
.BgClassName
{
background-color: #1D1304;
}
</style>
border-color css
<style>
span { border-color: #1D1304; }
span { border-color: rgb(29,19,4); }
td.TdClassName
{
border-color: #1D1304;
}
.TagClassName
{
border-color: #1D1304;
}
</style>