Shades of Cocoa Brown #1D1306
Tints of Cocoa Brown #1D1306
RGB
CMYK
RGB Variations
Color information
#1D1306 (or 0x1D1306) is known color: Cocoa Brown. HEX triplet: 1D, 13 and 06. RGB value is (29,19,6). Sum of RGB (Red+Green+Blue) = 29+19+6=54 (7% of max value = 765). Red value is 29 (11.72% from 255 or 53.70% from 54); Green value is 19 (7.81% from 255 or 35.19% from 54); Blue value is 6 (2.73% from 255 or 11.11% from 54); Max value from RGB is 29 - color contains mainly: red. Hex color #1D1306 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D1306 is #E2ECF9. Grayscale: #141414. Windows color (decimal): -14871802 or 398109. OLE color: 398109.
HSL color Cylindrical-coordinate representation of color #1D1306: hue angle of 33.91º degrees, saturation: 0.66, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1D1306 is Cyan = 0, Magento = 0.34, Yellow = 0.79 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 19 | 6 | - |
| CMYK | 0 | 0.34 | 0.79 | 0.89 |
| HSL | 33.91º | 0.66% | 0.07% | - |
| HSV(B) | 33.91º | 0.79% | 0.11% | - |
| XYZ | 0.77 | 0.74 | 0.27 | - |
| YUV | 20.51 | 119.81 | 134.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 19 | 6 | 0 | 0.34 | 0.79 | 0.89 | 33.91 | 0.66 | 0.07 |
| Hex | 1D | 13 | 6 | 0 | 22 | 4F | 59 | 22 | 42 | 7 |
| Octal | 35 | 23 | 6 | 0 | 42 | 117 | 131 | 42 | 102 | 7 |
| Binary | 11101 | 10011 | 110 | 0 | 100010 | 1001111 | 1011001 | 100010 | 1000010 | 111 |
Color Harmonies of #1D1306
Complementary color
Monochromatic Colors of #1D1306
Black with #1D1306
Text Example
Text Example
White with #1D1306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1306; }
p { color: rgb(29,19,6); }
H1.HeaderClassName
{
color: #1D1306;
}
.AnyTagClassName
{
color: #1D1306;
}
</style>
background-color css
<style>
a { background-color: #1D1306; }
a { background-color: rgb(29,19,6); }
div.DivClassName
{
background-color: #1D1306;
}
.BgClassName
{
background-color: #1D1306;
}
</style>
border-color css
<style>
span { border-color: #1D1306; }
span { border-color: rgb(29,19,6); }
td.TdClassName
{
border-color: #1D1306;
}
.TagClassName
{
border-color: #1D1306;
}
</style>