Shades of Cocoa Brown #1B1100
Tints of Cocoa Brown #1B1100
RGB
CMYK
RGB Variations
Color information
#1B1100 (or 0x1B1100) is known color: Cocoa Brown. HEX triplet: 1B, 11 and 00. RGB value is (27,17,0). Sum of RGB (Red+Green+Blue) = 27+17+0=44 (5% of max value = 765). Red value is 27 (10.94% from 255 or 61.36% from 44); Green value is 17 (7.03% from 255 or 38.64% from 44); Blue value is 0 (0.39% from 255 or 0% from 44); Max value from RGB is 27 - color contains mainly: red. Hex color #1B1100 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B1100 is #E4EEFF. Grayscale: #121212. Windows color (decimal): -15003392 or 4379. OLE color: 4379.
HSL color Cylindrical-coordinate representation of color #1B1100: hue angle of 37.78º 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 #1B1100 is Cyan = 0, Magento = 0.37, Yellow = 1 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 27 | 17 | 0 | - |
| CMYK | 0 | 0.37 | 1 | 0.89 |
| HSL | 37.78º | 1% | 0.05% | - |
| HSV(B) | 37.78º | 1% | 0.11% | - |
| XYZ | 0.65 | 0.63 | 0.09 | - |
| YUV | 18.05 | 117.81 | 134.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 17 | 0 | 0 | 0.37 | 1 | 0.89 | 37.78 | 1 | 0.05 |
| Hex | 1B | 11 | 0 | 0 | 25 | 64 | 59 | 26 | 64 | 5 |
| Octal | 33 | 21 | 0 | 0 | 45 | 144 | 131 | 46 | 144 | 5 |
| Binary | 11011 | 10001 | 0 | 0 | 100101 | 1100100 | 1011001 | 100110 | 1100100 | 101 |
Color Harmonies of #1B1100
Complementary color
Monochromatic Colors of #1B1100
Black with #1B1100
Text Example
Text Example
White with #1B1100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B1100; }
p { color: rgb(27,17,0); }
H1.HeaderClassName
{
color: #1B1100;
}
.AnyTagClassName
{
color: #1B1100;
}
</style>
background-color css
<style>
a { background-color: #1B1100; }
a { background-color: rgb(27,17,0); }
div.DivClassName
{
background-color: #1B1100;
}
.BgClassName
{
background-color: #1B1100;
}
</style>
border-color css
<style>
span { border-color: #1B1100; }
span { border-color: rgb(27,17,0); }
td.TdClassName
{
border-color: #1B1100;
}
.TagClassName
{
border-color: #1B1100;
}
</style>