Shades of Cocoa Brown #1D1303
Tints of Cocoa Brown #1D1303
RGB
CMYK
RGB Variations
Color information
#1D1303 (or 0x1D1303) is known color: Cocoa Brown. HEX triplet: 1D, 13 and 03. RGB value is (29,19,3). Sum of RGB (Red+Green+Blue) = 29+19+3=51 (6% of max value = 765). Red value is 29 (11.72% from 255 or 56.86% from 51); Green value is 19 (7.81% from 255 or 37.25% from 51); Blue value is 3 (1.56% from 255 or 5.88% from 51); Max value from RGB is 29 - color contains mainly: red. Hex color #1D1303 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D1303 is #E2ECFC. Grayscale: #141414. Windows color (decimal): -14871805 or 201501. OLE color: 201501.
HSL color Cylindrical-coordinate representation of color #1D1303: hue angle of 36.92º 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 #1D1303 is Cyan = 0, Magento = 0.34, Yellow = 0.90 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 19 | 3 | - |
| CMYK | 0 | 0.34 | 0.90 | 0.89 |
| HSL | 36.92º | 0.81% | 0.06% | - |
| HSV(B) | 36.92º | 0.9% | 0.11% | - |
| XYZ | 0.76 | 0.73 | 0.19 | - |
| YUV | 20.17 | 118.31 | 134.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 19 | 3 | 0 | 0.34 | 0.90 | 0.89 | 36.92 | 0.81 | 0.06 |
| Hex | 1D | 13 | 3 | 0 | 22 | 5A | 59 | 25 | 51 | 6 |
| Octal | 35 | 23 | 3 | 0 | 42 | 132 | 131 | 45 | 121 | 6 |
| Binary | 11101 | 10011 | 11 | 0 | 100010 | 1011010 | 1011001 | 100101 | 1010001 | 110 |
Color Harmonies of #1D1303
Complementary color
Monochromatic Colors of #1D1303
Black with #1D1303
Text Example
Text Example
White with #1D1303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1303; }
p { color: rgb(29,19,3); }
H1.HeaderClassName
{
color: #1D1303;
}
.AnyTagClassName
{
color: #1D1303;
}
</style>
background-color css
<style>
a { background-color: #1D1303; }
a { background-color: rgb(29,19,3); }
div.DivClassName
{
background-color: #1D1303;
}
.BgClassName
{
background-color: #1D1303;
}
</style>
border-color css
<style>
span { border-color: #1D1303; }
span { border-color: rgb(29,19,3); }
td.TdClassName
{
border-color: #1D1303;
}
.TagClassName
{
border-color: #1D1303;
}
</style>