Shades of Cocoa Brown #1E1201
Tints of Cocoa Brown #1E1201
RGB
CMYK
RGB Variations
Color information
#1E1201 (or 0x1E1201) is known color: Cocoa Brown. HEX triplet: 1E, 12 and 01. RGB value is (30,18,1). Sum of RGB (Red+Green+Blue) = 30+18+1=49 (6% of max value = 765). Red value is 30 (12.11% from 255 or 61.22% from 49); Green value is 18 (7.42% from 255 or 36.73% from 49); Blue value is 1 (0.78% from 255 or 2.04% from 49); Max value from RGB is 30 - color contains mainly: red. Hex color #1E1201 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E1201 is #E1EDFE. Grayscale: #131313. Windows color (decimal): -14806527 or 70174. OLE color: 70174.
HSL color Cylindrical-coordinate representation of color #1E1201: hue angle of 35.17º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1E1201 is Cyan = 0, Magento = 0.40, Yellow = 0.97 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 18 | 1 | - |
| CMYK | 0 | 0.40 | 0.97 | 0.88 |
| HSL | 35.17º | 0.94% | 0.06% | - |
| HSV(B) | 35.17º | 0.97% | 0.12% | - |
| XYZ | 0.76 | 0.71 | 0.13 | - |
| YUV | 19.65 | 117.48 | 135.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 18 | 1 | 0 | 0.40 | 0.97 | 0.88 | 35.17 | 0.94 | 0.06 |
| Hex | 1E | 12 | 1 | 0 | 28 | 61 | 58 | 23 | 5E | 6 |
| Octal | 36 | 22 | 1 | 0 | 50 | 141 | 130 | 43 | 136 | 6 |
| Binary | 11110 | 10010 | 1 | 0 | 101000 | 1100001 | 1011000 | 100011 | 1011110 | 110 |
Color Harmonies of #1E1201
Complementary color
Monochromatic Colors of #1E1201
Black with #1E1201
Text Example
Text Example
White with #1E1201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1201; }
p { color: rgb(30,18,1); }
H1.HeaderClassName
{
color: #1E1201;
}
.AnyTagClassName
{
color: #1E1201;
}
</style>
background-color css
<style>
a { background-color: #1E1201; }
a { background-color: rgb(30,18,1); }
div.DivClassName
{
background-color: #1E1201;
}
.BgClassName
{
background-color: #1E1201;
}
</style>
border-color css
<style>
span { border-color: #1E1201; }
span { border-color: rgb(30,18,1); }
td.TdClassName
{
border-color: #1E1201;
}
.TagClassName
{
border-color: #1E1201;
}
</style>