Shades of Cocoa Brown #2B2114
Tints of Cocoa Brown #2B2114
RGB
CMYK
RGB Variations
Color information
#2B2114 (or 0x2B2114) is known color: Cocoa Brown. HEX triplet: 2B, 21 and 14. RGB value is (43,33,20). Sum of RGB (Red+Green+Blue) = 43+33+20=96 (12% of max value = 765). Red value is 43 (17.19% from 255 or 44.79% from 96); Green value is 33 (13.28% from 255 or 34.38% from 96); Blue value is 20 (8.20% from 255 or 20.83% from 96); Max value from RGB is 43 - color contains mainly: red. Hex color #2B2114 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B2114 is #D4DEEB. Grayscale: #222222. Windows color (decimal): -13950700 or 1319211. OLE color: 1319211.
HSL color Cylindrical-coordinate representation of color #2B2114: hue angle of 33.91º degrees, saturation: 0.37, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2B2114 is Cyan = 0, Magento = 0.23, Yellow = 0.53 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 33 | 20 | - |
| CMYK | 0 | 0.23 | 0.53 | 0.83 |
| HSL | 33.91º | 0.37% | 0.12% | - |
| HSV(B) | 33.91º | 0.53% | 0.17% | - |
| XYZ | 1.67 | 1.65 | 0.89 | - |
| YUV | 34.51 | 119.81 | 134.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 33 | 20 | 0 | 0.23 | 0.53 | 0.83 | 33.91 | 0.37 | 0.12 |
| Hex | 2B | 21 | 14 | 0 | 17 | 35 | 53 | 22 | 25 | C |
| Octal | 53 | 41 | 24 | 0 | 27 | 65 | 123 | 42 | 45 | 14 |
| Binary | 101011 | 100001 | 10100 | 0 | 10111 | 110101 | 1010011 | 100010 | 100101 | 1100 |
Color Harmonies of #2B2114
Complementary color
Monochromatic Colors of #2B2114
Black with #2B2114
Text Example
Text Example
White with #2B2114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2114; }
p { color: rgb(43,33,20); }
H1.HeaderClassName
{
color: #2B2114;
}
.AnyTagClassName
{
color: #2B2114;
}
</style>
background-color css
<style>
a { background-color: #2B2114; }
a { background-color: rgb(43,33,20); }
div.DivClassName
{
background-color: #2B2114;
}
.BgClassName
{
background-color: #2B2114;
}
</style>
border-color css
<style>
span { border-color: #2B2114; }
span { border-color: rgb(43,33,20); }
td.TdClassName
{
border-color: #2B2114;
}
.TagClassName
{
border-color: #2B2114;
}
</style>