Shades of Cocoa Brown #1D1305
Tints of Cocoa Brown #1D1305
RGB
CMYK
RGB Variations
Color information
#1D1305 (or 0x1D1305) is known color: Cocoa Brown. HEX triplet: 1D, 13 and 05. RGB value is (29,19,5). Sum of RGB (Red+Green+Blue) = 29+19+5=53 (7% of max value = 765). Red value is 29 (11.72% from 255 or 54.72% from 53); Green value is 19 (7.81% from 255 or 35.85% from 53); Blue value is 5 (2.34% from 255 or 9.43% from 53); Max value from RGB is 29 - color contains mainly: red. Hex color #1D1305 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D1305 is #E2ECFA. Grayscale: #141414. Windows color (decimal): -14871803 or 332573. OLE color: 332573.
HSL color Cylindrical-coordinate representation of color #1D1305: hue angle of 35º 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 #1D1305 is Cyan = 0, Magento = 0.34, Yellow = 0.83 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 19 | 5 | - |
| CMYK | 0 | 0.34 | 0.83 | 0.89 |
| HSL | 35º | 0.71% | 0.07% | - |
| HSV(B) | 35º | 0.83% | 0.11% | - |
| XYZ | 0.77 | 0.74 | 0.25 | - |
| YUV | 20.39 | 119.31 | 134.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 19 | 5 | 0 | 0.34 | 0.83 | 0.89 | 35 | 0.71 | 0.07 |
| Hex | 1D | 13 | 5 | 0 | 22 | 53 | 59 | 23 | 47 | 7 |
| Octal | 35 | 23 | 5 | 0 | 42 | 123 | 131 | 43 | 107 | 7 |
| Binary | 11101 | 10011 | 101 | 0 | 100010 | 1010011 | 1011001 | 100011 | 1000111 | 111 |
Color Harmonies of #1D1305
Complementary color
Monochromatic Colors of #1D1305
Black with #1D1305
Text Example
Text Example
White with #1D1305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1305; }
p { color: rgb(29,19,5); }
H1.HeaderClassName
{
color: #1D1305;
}
.AnyTagClassName
{
color: #1D1305;
}
</style>
background-color css
<style>
a { background-color: #1D1305; }
a { background-color: rgb(29,19,5); }
div.DivClassName
{
background-color: #1D1305;
}
.BgClassName
{
background-color: #1D1305;
}
</style>
border-color css
<style>
span { border-color: #1D1305; }
span { border-color: rgb(29,19,5); }
td.TdClassName
{
border-color: #1D1305;
}
.TagClassName
{
border-color: #1D1305;
}
</style>