Shades of Cocoa Brown #2B2011
Tints of Cocoa Brown #2B2011
RGB
CMYK
RGB Variations
Color information
#2B2011 (or 0x2B2011) is known color: Cocoa Brown. HEX triplet: 2B, 20 and 11. RGB value is (43,32,17). Sum of RGB (Red+Green+Blue) = 43+32+17=92 (12% of max value = 765). Red value is 43 (17.19% from 255 or 46.74% from 92); Green value is 32 (12.89% from 255 or 34.78% from 92); Blue value is 17 (7.03% from 255 or 18.48% from 92); Max value from RGB is 43 - color contains mainly: red. Hex color #2B2011 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B2011 is #D4DFEE. Grayscale: #212121. Windows color (decimal): -13950959 or 1122347. OLE color: 1122347.
HSL color Cylindrical-coordinate representation of color #2B2011: hue angle of 34.62º degrees, saturation: 0.43, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2B2011 is Cyan = 0, Magento = 0.26, Yellow = 0.60 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 32 | 17 | - |
| CMYK | 0 | 0.26 | 0.60 | 0.83 |
| HSL | 34.62º | 0.43% | 0.12% | - |
| HSV(B) | 34.62º | 0.6% | 0.17% | - |
| XYZ | 1.61 | 1.59 | 0.75 | - |
| YUV | 33.58 | 118.64 | 134.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 32 | 17 | 0 | 0.26 | 0.60 | 0.83 | 34.62 | 0.43 | 0.12 |
| Hex | 2B | 20 | 11 | 0 | 1A | 3C | 53 | 23 | 2B | C |
| Octal | 53 | 40 | 21 | 0 | 32 | 74 | 123 | 43 | 53 | 14 |
| Binary | 101011 | 100000 | 10001 | 0 | 11010 | 111100 | 1010011 | 100011 | 101011 | 1100 |
Color Harmonies of #2B2011
Complementary color
Monochromatic Colors of #2B2011
Black with #2B2011
Text Example
Text Example
White with #2B2011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2011; }
p { color: rgb(43,32,17); }
H1.HeaderClassName
{
color: #2B2011;
}
.AnyTagClassName
{
color: #2B2011;
}
</style>
background-color css
<style>
a { background-color: #2B2011; }
a { background-color: rgb(43,32,17); }
div.DivClassName
{
background-color: #2B2011;
}
.BgClassName
{
background-color: #2B2011;
}
</style>
border-color css
<style>
span { border-color: #2B2011; }
span { border-color: rgb(43,32,17); }
td.TdClassName
{
border-color: #2B2011;
}
.TagClassName
{
border-color: #2B2011;
}
</style>