Shades of Cocoa Brown #2B221A
Tints of Cocoa Brown #2B221A
RGB
CMYK
RGB Variations
Color information
#2B221A (or 0x2B221A) is known color: Cocoa Brown. HEX triplet: 2B, 22 and 1A. RGB value is (43,34,26). Sum of RGB (Red+Green+Blue) = 43+34+26=103 (13% of max value = 765). Red value is 43 (17.19% from 255 or 41.75% from 103); Green value is 34 (13.67% from 255 or 33.01% from 103); Blue value is 26 (10.55% from 255 or 25.24% from 103); Max value from RGB is 43 - color contains mainly: red. Hex color #2B221A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B221A is #D4DDE5. Grayscale: #232323. Windows color (decimal): -13950438 or 1712683. OLE color: 1712683.
HSL color Cylindrical-coordinate representation of color #2B221A: hue angle of 28.24º degrees, saturation: 0.25, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #2B221A is Cyan = 0, Magento = 0.21, Yellow = 0.40 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 34 | 26 | - |
| CMYK | 0 | 0.21 | 0.40 | 0.83 |
| HSL | 28.24º | 0.25% | 0.14% | - |
| HSV(B) | 28.24º | 0.4% | 0.17% | - |
| XYZ | 1.75 | 1.73 | 1.22 | - |
| YUV | 35.78 | 122.48 | 133.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 34 | 26 | 0 | 0.21 | 0.40 | 0.83 | 28.24 | 0.25 | 0.14 |
| Hex | 2B | 22 | 1A | 0 | 15 | 28 | 53 | 1C | 19 | E |
| Octal | 53 | 42 | 32 | 0 | 25 | 50 | 123 | 34 | 31 | 16 |
| Binary | 101011 | 100010 | 11010 | 0 | 10101 | 101000 | 1010011 | 11100 | 11001 | 1110 |
Color Harmonies of #2B221A
Complementary color
Monochromatic Colors of #2B221A
Black with #2B221A
Text Example
Text Example
White with #2B221A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B221A; }
p { color: rgb(43,34,26); }
H1.HeaderClassName
{
color: #2B221A;
}
.AnyTagClassName
{
color: #2B221A;
}
</style>
background-color css
<style>
a { background-color: #2B221A; }
a { background-color: rgb(43,34,26); }
div.DivClassName
{
background-color: #2B221A;
}
.BgClassName
{
background-color: #2B221A;
}
</style>
border-color css
<style>
span { border-color: #2B221A; }
span { border-color: rgb(43,34,26); }
td.TdClassName
{
border-color: #2B221A;
}
.TagClassName
{
border-color: #2B221A;
}
</style>