Shades of Cocoa Brown #1D1205
Tints of Cocoa Brown #1D1205
RGB
CMYK
RGB Variations
Color information
#1D1205 (or 0x1D1205) is known color: Cocoa Brown. HEX triplet: 1D, 12 and 05. RGB value is (29,18,5). Sum of RGB (Red+Green+Blue) = 29+18+5=52 (6% of max value = 765). Red value is 29 (11.72% from 255 or 55.77% from 52); Green value is 18 (7.42% from 255 or 34.62% from 52); Blue value is 5 (2.34% from 255 or 9.62% from 52); Max value from RGB is 29 - color contains mainly: red. Hex color #1D1205 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D1205 is #E2EDFA. Grayscale: #131313. Windows color (decimal): -14872059 or 332317. OLE color: 332317.
HSL color Cylindrical-coordinate representation of color #1D1205: hue angle of 32.5º degrees, saturation: 0.71, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1D1205 is Cyan = 0, Magento = 0.38, Yellow = 0.83 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 18 | 5 | - |
| CMYK | 0 | 0.38 | 0.83 | 0.89 |
| HSL | 32.5º | 0.71% | 0.07% | - |
| HSV(B) | 32.5º | 0.83% | 0.11% | - |
| XYZ | 0.75 | 0.7 | 0.24 | - |
| YUV | 19.81 | 119.64 | 134.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 18 | 5 | 0 | 0.38 | 0.83 | 0.89 | 32.5 | 0.71 | 0.07 |
| Hex | 1D | 12 | 5 | 0 | 26 | 53 | 59 | 20 | 47 | 7 |
| Octal | 35 | 22 | 5 | 0 | 46 | 123 | 131 | 40 | 107 | 7 |
| Binary | 11101 | 10010 | 101 | 0 | 100110 | 1010011 | 1011001 | 100000 | 1000111 | 111 |
Color Harmonies of #1D1205
Complementary color
Monochromatic Colors of #1D1205
Black with #1D1205
Text Example
Text Example
White with #1D1205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1205; }
p { color: rgb(29,18,5); }
H1.HeaderClassName
{
color: #1D1205;
}
.AnyTagClassName
{
color: #1D1205;
}
</style>
background-color css
<style>
a { background-color: #1D1205; }
a { background-color: rgb(29,18,5); }
div.DivClassName
{
background-color: #1D1205;
}
.BgClassName
{
background-color: #1D1205;
}
</style>
border-color css
<style>
span { border-color: #1D1205; }
span { border-color: rgb(29,18,5); }
td.TdClassName
{
border-color: #1D1205;
}
.TagClassName
{
border-color: #1D1205;
}
</style>