Shades of Cocoa Brown #1D0F01
Tints of Cocoa Brown #1D0F01
RGB
CMYK
RGB Variations
Color information
#1D0F01 (or 0x1D0F01) is known color: Cocoa Brown. HEX triplet: 1D, 0F and 01. RGB value is (29,15,1). Sum of RGB (Red+Green+Blue) = 29+15+1=45 (5% of max value = 765). Red value is 29 (11.72% from 255 or 64.44% from 45); Green value is 15 (6.25% from 255 or 33.33% from 45); Blue value is 1 (0.78% from 255 or 2.22% from 45); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0F01 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0F01 is #E2F0FE. Grayscale: #111111. Windows color (decimal): -14872831 or 69405. OLE color: 69405.
HSL color Cylindrical-coordinate representation of color #1D0F01: hue angle of 30º degrees, saturation: 0.93, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1D0F01 is Cyan = 0, Magento = 0.48, Yellow = 0.97 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 15 | 1 | - |
| CMYK | 0 | 0.48 | 0.97 | 0.89 |
| HSL | 30º | 0.93% | 0.06% | - |
| HSV(B) | 30º | 0.97% | 0.11% | - |
| XYZ | 0.68 | 0.61 | 0.11 | - |
| YUV | 17.59 | 118.64 | 136.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 15 | 1 | 0 | 0.48 | 0.97 | 0.89 | 30 | 0.93 | 0.06 |
| Hex | 1D | F | 1 | 0 | 30 | 61 | 59 | 1E | 5D | 6 |
| Octal | 35 | 17 | 1 | 0 | 60 | 141 | 131 | 36 | 135 | 6 |
| Binary | 11101 | 1111 | 1 | 0 | 110000 | 1100001 | 1011001 | 11110 | 1011101 | 110 |
Color Harmonies of #1D0F01
Complementary color
Monochromatic Colors of #1D0F01
Black with #1D0F01
Text Example
Text Example
White with #1D0F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0F01; }
p { color: rgb(29,15,1); }
H1.HeaderClassName
{
color: #1D0F01;
}
.AnyTagClassName
{
color: #1D0F01;
}
</style>
background-color css
<style>
a { background-color: #1D0F01; }
a { background-color: rgb(29,15,1); }
div.DivClassName
{
background-color: #1D0F01;
}
.BgClassName
{
background-color: #1D0F01;
}
</style>
border-color css
<style>
span { border-color: #1D0F01; }
span { border-color: rgb(29,15,1); }
td.TdClassName
{
border-color: #1D0F01;
}
.TagClassName
{
border-color: #1D0F01;
}
</style>