Shades of Cocoa Brown #1E1305
Tints of Cocoa Brown #1E1305
RGB
CMYK
RGB Variations
Color information
#1E1305 (or 0x1E1305) is known color: Cocoa Brown. HEX triplet: 1E, 13 and 05. RGB value is (30,19,5). Sum of RGB (Red+Green+Blue) = 30+19+5=54 (7% of max value = 765). Red value is 30 (12.11% from 255 or 55.56% from 54); Green value is 19 (7.81% from 255 or 35.19% from 54); Blue value is 5 (2.34% from 255 or 9.26% from 54); Max value from RGB is 30 - color contains mainly: red. Hex color #1E1305 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E1305 is #E1ECFA. Grayscale: #141414. Windows color (decimal): -14806267 or 332574. OLE color: 332574.
HSL color Cylindrical-coordinate representation of color #1E1305: hue angle of 33.6º 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 #1E1305 is Cyan = 0, Magento = 0.37, Yellow = 0.83 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 19 | 5 | - |
| CMYK | 0 | 0.37 | 0.83 | 0.88 |
| HSL | 33.6º | 0.71% | 0.07% | - |
| HSV(B) | 33.6º | 0.83% | 0.12% | - |
| XYZ | 0.8 | 0.75 | 0.25 | - |
| YUV | 20.69 | 119.14 | 134.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 19 | 5 | 0 | 0.37 | 0.83 | 0.88 | 33.6 | 0.71 | 0.07 |
| Hex | 1E | 13 | 5 | 0 | 25 | 53 | 58 | 22 | 47 | 7 |
| Octal | 36 | 23 | 5 | 0 | 45 | 123 | 130 | 42 | 107 | 7 |
| Binary | 11110 | 10011 | 101 | 0 | 100101 | 1010011 | 1011000 | 100010 | 1000111 | 111 |
Color Harmonies of #1E1305
Complementary color
Monochromatic Colors of #1E1305
Black with #1E1305
Text Example
Text Example
White with #1E1305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1305; }
p { color: rgb(30,19,5); }
H1.HeaderClassName
{
color: #1E1305;
}
.AnyTagClassName
{
color: #1E1305;
}
</style>
background-color css
<style>
a { background-color: #1E1305; }
a { background-color: rgb(30,19,5); }
div.DivClassName
{
background-color: #1E1305;
}
.BgClassName
{
background-color: #1E1305;
}
</style>
border-color css
<style>
span { border-color: #1E1305; }
span { border-color: rgb(30,19,5); }
td.TdClassName
{
border-color: #1E1305;
}
.TagClassName
{
border-color: #1E1305;
}
</style>