Shades of Cocoa Brown #1E1205
Tints of Cocoa Brown #1E1205
RGB
CMYK
RGB Variations
Color information
#1E1205 (or 0x1E1205) is known color: Cocoa Brown. HEX triplet: 1E, 12 and 05. RGB value is (30,18,5). Sum of RGB (Red+Green+Blue) = 30+18+5=53 (7% of max value = 765). Red value is 30 (12.11% from 255 or 56.60% from 53); Green value is 18 (7.42% from 255 or 33.96% from 53); Blue value is 5 (2.34% from 255 or 9.43% from 53); Max value from RGB is 30 - color contains mainly: red. Hex color #1E1205 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E1205 is #E1EDFA. Grayscale: #141414. Windows color (decimal): -14806523 or 332318. OLE color: 332318.
HSL color Cylindrical-coordinate representation of color #1E1205: hue angle of 31.2º degrees, saturation: 0.71, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1E1205 is Cyan = 0, Magento = 0.40, Yellow = 0.83 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 18 | 5 | - |
| CMYK | 0 | 0.40 | 0.83 | 0.88 |
| HSL | 31.2º | 0.71% | 0.07% | - |
| HSV(B) | 31.2º | 0.83% | 0.12% | - |
| XYZ | 0.78 | 0.72 | 0.24 | - |
| YUV | 20.11 | 119.48 | 135.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 18 | 5 | 0 | 0.40 | 0.83 | 0.88 | 31.2 | 0.71 | 0.07 |
| Hex | 1E | 12 | 5 | 0 | 28 | 53 | 58 | 1F | 47 | 7 |
| Octal | 36 | 22 | 5 | 0 | 50 | 123 | 130 | 37 | 107 | 7 |
| Binary | 11110 | 10010 | 101 | 0 | 101000 | 1010011 | 1011000 | 11111 | 1000111 | 111 |
Color Harmonies of #1E1205
Complementary color
Monochromatic Colors of #1E1205
Black with #1E1205
Text Example
Text Example
White with #1E1205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1205; }
p { color: rgb(30,18,5); }
H1.HeaderClassName
{
color: #1E1205;
}
.AnyTagClassName
{
color: #1E1205;
}
</style>
background-color css
<style>
a { background-color: #1E1205; }
a { background-color: rgb(30,18,5); }
div.DivClassName
{
background-color: #1E1205;
}
.BgClassName
{
background-color: #1E1205;
}
</style>
border-color css
<style>
span { border-color: #1E1205; }
span { border-color: rgb(30,18,5); }
td.TdClassName
{
border-color: #1E1205;
}
.TagClassName
{
border-color: #1E1205;
}
</style>