Shades of Cocoa Brown #1D0F00
Tints of Cocoa Brown #1D0F00
RGB
CMYK
RGB Variations
Color information
#1D0F00 (or 0x1D0F00) is known color: Cocoa Brown. HEX triplet: 1D, 0F and 00. RGB value is (29,15,0). Sum of RGB (Red+Green+Blue) = 29+15+0=44 (5% of max value = 765). Red value is 29 (11.72% from 255 or 65.91% from 44); Green value is 15 (6.25% from 255 or 34.09% from 44); Blue value is 0 (0.39% from 255 or 0% from 44); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0F00 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0F00 is #E2F0FF. Grayscale: #111111. Windows color (decimal): -14872832 or 3869. OLE color: 3869.
HSL color Cylindrical-coordinate representation of color #1D0F00: hue angle of 31.03º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1D0F00 is Cyan = 0, Magento = 0.48, Yellow = 1 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 15 | 0 | - |
| CMYK | 0 | 0.48 | 1 | 0.89 |
| HSL | 31.03º | 1% | 0.06% | - |
| HSV(B) | 31.03º | 1% | 0.11% | - |
| XYZ | 0.68 | 0.6 | 0.08 | - |
| YUV | 17.48 | 118.14 | 136.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 15 | 0 | 0 | 0.48 | 1 | 0.89 | 31.03 | 1 | 0.06 |
| Hex | 1D | F | 0 | 0 | 30 | 64 | 59 | 1F | 64 | 6 |
| Octal | 35 | 17 | 0 | 0 | 60 | 144 | 131 | 37 | 144 | 6 |
| Binary | 11101 | 1111 | 0 | 0 | 110000 | 1100100 | 1011001 | 11111 | 1100100 | 110 |
Color Harmonies of #1D0F00
Complementary color
Monochromatic Colors of #1D0F00
Black with #1D0F00
Text Example
Text Example
White with #1D0F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0F00; }
p { color: rgb(29,15,0); }
H1.HeaderClassName
{
color: #1D0F00;
}
.AnyTagClassName
{
color: #1D0F00;
}
</style>
background-color css
<style>
a { background-color: #1D0F00; }
a { background-color: rgb(29,15,0); }
div.DivClassName
{
background-color: #1D0F00;
}
.BgClassName
{
background-color: #1D0F00;
}
</style>
border-color css
<style>
span { border-color: #1D0F00; }
span { border-color: rgb(29,15,0); }
td.TdClassName
{
border-color: #1D0F00;
}
.TagClassName
{
border-color: #1D0F00;
}
</style>