Shades of Cocoa Brown #1E1403
Tints of Cocoa Brown #1E1403
RGB
CMYK
RGB Variations
Color information
#1E1403 (or 0x1E1403) is known color: Cocoa Brown. HEX triplet: 1E, 14 and 03. RGB value is (30,20,3). Sum of RGB (Red+Green+Blue) = 30+20+3=53 (7% of max value = 765). Red value is 30 (12.11% from 255 or 56.60% from 53); Green value is 20 (8.20% from 255 or 37.74% from 53); Blue value is 3 (1.56% from 255 or 5.66% from 53); Max value from RGB is 30 - color contains mainly: red. Hex color #1E1403 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E1403 is #E1EBFC. Grayscale: #151515. Windows color (decimal): -14806013 or 201758. OLE color: 201758.
HSL color Cylindrical-coordinate representation of color #1E1403: hue angle of 37.78º degrees, saturation: 0.82, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1E1403 is Cyan = 0, Magento = 0.33, Yellow = 0.90 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 20 | 3 | - |
| CMYK | 0 | 0.33 | 0.90 | 0.88 |
| HSL | 37.78º | 0.82% | 0.06% | - |
| HSV(B) | 37.78º | 0.9% | 0.12% | - |
| XYZ | 0.8 | 0.78 | 0.19 | - |
| YUV | 21.05 | 117.81 | 134.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 20 | 3 | 0 | 0.33 | 0.90 | 0.88 | 37.78 | 0.82 | 0.06 |
| Hex | 1E | 14 | 3 | 0 | 21 | 5A | 58 | 26 | 52 | 6 |
| Octal | 36 | 24 | 3 | 0 | 41 | 132 | 130 | 46 | 122 | 6 |
| Binary | 11110 | 10100 | 11 | 0 | 100001 | 1011010 | 1011000 | 100110 | 1010010 | 110 |
Color Harmonies of #1E1403
Complementary color
Monochromatic Colors of #1E1403
Black with #1E1403
Text Example
Text Example
White with #1E1403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1403; }
p { color: rgb(30,20,3); }
H1.HeaderClassName
{
color: #1E1403;
}
.AnyTagClassName
{
color: #1E1403;
}
</style>
background-color css
<style>
a { background-color: #1E1403; }
a { background-color: rgb(30,20,3); }
div.DivClassName
{
background-color: #1E1403;
}
.BgClassName
{
background-color: #1E1403;
}
</style>
border-color css
<style>
span { border-color: #1E1403; }
span { border-color: rgb(30,20,3); }
td.TdClassName
{
border-color: #1E1403;
}
.TagClassName
{
border-color: #1E1403;
}
</style>