Shades of Cocoa Brown #1E0F01
Tints of Cocoa Brown #1E0F01
RGB
CMYK
RGB Variations
Color information
#1E0F01 (or 0x1E0F01) is known color: Cocoa Brown. HEX triplet: 1E, 0F and 01. RGB value is (30,15,1). Sum of RGB (Red+Green+Blue) = 30+15+1=46 (6% of max value = 765). Red value is 30 (12.11% from 255 or 65.22% from 46); Green value is 15 (6.25% from 255 or 32.61% from 46); Blue value is 1 (0.78% from 255 or 2.17% from 46); Max value from RGB is 30 - color contains mainly: red. Hex color #1E0F01 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E0F01 is #E1F0FE. Grayscale: #111111. Windows color (decimal): -14807295 or 69406. OLE color: 69406.
HSL color Cylindrical-coordinate representation of color #1E0F01: hue angle of 28.97º 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 #1E0F01 is Cyan = 0, Magento = 0.5, Yellow = 0.97 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 15 | 1 | - |
| CMYK | 0 | 0.5 | 0.97 | 0.88 |
| HSL | 28.97º | 0.94% | 0.06% | - |
| HSV(B) | 28.97º | 0.97% | 0.12% | - |
| XYZ | 0.71 | 0.62 | 0.11 | - |
| YUV | 17.89 | 118.47 | 136.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 15 | 1 | 0 | 0.5 | 0.97 | 0.88 | 28.97 | 0.94 | 0.06 |
| Hex | 1E | F | 1 | 0 | 32 | 61 | 58 | 1D | 5E | 6 |
| Octal | 36 | 17 | 1 | 0 | 62 | 141 | 130 | 35 | 136 | 6 |
| Binary | 11110 | 1111 | 1 | 0 | 110010 | 1100001 | 1011000 | 11101 | 1011110 | 110 |
Color Harmonies of #1E0F01
Complementary color
Monochromatic Colors of #1E0F01
Black with #1E0F01
Text Example
Text Example
White with #1E0F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0F01; }
p { color: rgb(30,15,1); }
H1.HeaderClassName
{
color: #1E0F01;
}
.AnyTagClassName
{
color: #1E0F01;
}
</style>
background-color css
<style>
a { background-color: #1E0F01; }
a { background-color: rgb(30,15,1); }
div.DivClassName
{
background-color: #1E0F01;
}
.BgClassName
{
background-color: #1E0F01;
}
</style>
border-color css
<style>
span { border-color: #1E0F01; }
span { border-color: rgb(30,15,1); }
td.TdClassName
{
border-color: #1E0F01;
}
.TagClassName
{
border-color: #1E0F01;
}
</style>