Shades of Cocoa Brown #1B0E00
Tints of Cocoa Brown #1B0E00
RGB
CMYK
RGB Variations
Color information
#1B0E00 (or 0x1B0E00) is known color: Cocoa Brown. HEX triplet: 1B, 0E and 00. RGB value is (27,14,0). Sum of RGB (Red+Green+Blue) = 27+14+0=41 (5% of max value = 765). Red value is 27 (10.94% from 255 or 65.85% from 41); Green value is 14 (5.86% from 255 or 34.15% from 41); Blue value is 0 (0.39% from 255 or 0% from 41); Max value from RGB is 27 - color contains mainly: red. Hex color #1B0E00 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B0E00 is #E4F1FF. Grayscale: #101010. Windows color (decimal): -15004160 or 3611. OLE color: 3611.
HSL color Cylindrical-coordinate representation of color #1B0E00: hue angle of 31.11º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1B0E00 is Cyan = 0, Magento = 0.48, Yellow = 1 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 27 | 14 | 0 | - |
| CMYK | 0 | 0.48 | 1 | 0.89 |
| HSL | 31.11º | 1% | 0.05% | - |
| HSV(B) | 31.11º | 1% | 0.11% | - |
| XYZ | 0.61 | 0.55 | 0.07 | - |
| YUV | 16.29 | 118.81 | 135.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 14 | 0 | 0 | 0.48 | 1 | 0.89 | 31.11 | 1 | 0.05 |
| Hex | 1B | E | 0 | 0 | 30 | 64 | 59 | 1F | 64 | 5 |
| Octal | 33 | 16 | 0 | 0 | 60 | 144 | 131 | 37 | 144 | 5 |
| Binary | 11011 | 1110 | 0 | 0 | 110000 | 1100100 | 1011001 | 11111 | 1100100 | 101 |
Color Harmonies of #1B0E00
Complementary color
Monochromatic Colors of #1B0E00
Black with #1B0E00
Text Example
Text Example
White with #1B0E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B0E00; }
p { color: rgb(27,14,0); }
H1.HeaderClassName
{
color: #1B0E00;
}
.AnyTagClassName
{
color: #1B0E00;
}
</style>
background-color css
<style>
a { background-color: #1B0E00; }
a { background-color: rgb(27,14,0); }
div.DivClassName
{
background-color: #1B0E00;
}
.BgClassName
{
background-color: #1B0E00;
}
</style>
border-color css
<style>
span { border-color: #1B0E00; }
span { border-color: rgb(27,14,0); }
td.TdClassName
{
border-color: #1B0E00;
}
.TagClassName
{
border-color: #1B0E00;
}
</style>