Shades of Cocoa Brown #1D0F02
Tints of Cocoa Brown #1D0F02
RGB
CMYK
RGB Variations
Color information
#1D0F02 (or 0x1D0F02) is known color: Cocoa Brown. HEX triplet: 1D, 0F and 02. RGB value is (29,15,2). Sum of RGB (Red+Green+Blue) = 29+15+2=46 (6% of max value = 765). Red value is 29 (11.72% from 255 or 63.04% from 46); Green value is 15 (6.25% from 255 or 32.61% from 46); Blue value is 2 (1.17% from 255 or 4.35% from 46); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0F02 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0F02 is #E2F0FD. Grayscale: #111111. Windows color (decimal): -14872830 or 134941. OLE color: 134941.
HSL color Cylindrical-coordinate representation of color #1D0F02: hue angle of 28.89º degrees, saturation: 0.87, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1D0F02 is Cyan = 0, Magento = 0.48, Yellow = 0.93 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 15 | 2 | - |
| CMYK | 0 | 0.48 | 0.93 | 0.89 |
| HSL | 28.89º | 0.87% | 0.06% | - |
| HSV(B) | 28.89º | 0.93% | 0.11% | - |
| XYZ | 0.69 | 0.61 | 0.14 | - |
| YUV | 17.7 | 119.14 | 136.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 15 | 2 | 0 | 0.48 | 0.93 | 0.89 | 28.89 | 0.87 | 0.06 |
| Hex | 1D | F | 2 | 0 | 30 | 5D | 59 | 1D | 57 | 6 |
| Octal | 35 | 17 | 2 | 0 | 60 | 135 | 131 | 35 | 127 | 6 |
| Binary | 11101 | 1111 | 10 | 0 | 110000 | 1011101 | 1011001 | 11101 | 1010111 | 110 |
Color Harmonies of #1D0F02
Complementary color
Monochromatic Colors of #1D0F02
Black with #1D0F02
Text Example
Text Example
White with #1D0F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0F02; }
p { color: rgb(29,15,2); }
H1.HeaderClassName
{
color: #1D0F02;
}
.AnyTagClassName
{
color: #1D0F02;
}
</style>
background-color css
<style>
a { background-color: #1D0F02; }
a { background-color: rgb(29,15,2); }
div.DivClassName
{
background-color: #1D0F02;
}
.BgClassName
{
background-color: #1D0F02;
}
</style>
border-color css
<style>
span { border-color: #1D0F02; }
span { border-color: rgb(29,15,2); }
td.TdClassName
{
border-color: #1D0F02;
}
.TagClassName
{
border-color: #1D0F02;
}
</style>