Shades of Cocoa Brown #2B2217
Tints of Cocoa Brown #2B2217
RGB
CMYK
RGB Variations
Color information
#2B2217 (or 0x2B2217) is known color: Cocoa Brown. HEX triplet: 2B, 22 and 17. RGB value is (43,34,23). Sum of RGB (Red+Green+Blue) = 43+34+23=100 (13% of max value = 765). Red value is 43 (17.19% from 255 or 43% from 100); Green value is 34 (13.67% from 255 or 34% from 100); Blue value is 23 (9.38% from 255 or 23% from 100); Max value from RGB is 43 - color contains mainly: red. Hex color #2B2217 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B2217 is #D4DDE8. Grayscale: #232323. Windows color (decimal): -13950441 or 1516075. OLE color: 1516075.
HSL color Cylindrical-coordinate representation of color #2B2217: hue angle of 33º degrees, saturation: 0.3, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #2B2217 is Cyan = 0, Magento = 0.21, Yellow = 0.47 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 34 | 23 | - |
| CMYK | 0 | 0.21 | 0.47 | 0.83 |
| HSL | 33º | 0.3% | 0.13% | - |
| HSV(B) | 33º | 0.47% | 0.17% | - |
| XYZ | 1.72 | 1.72 | 1.05 | - |
| YUV | 35.44 | 120.98 | 133.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 34 | 23 | 0 | 0.21 | 0.47 | 0.83 | 33 | 0.3 | 0.13 |
| Hex | 2B | 22 | 17 | 0 | 15 | 2F | 53 | 21 | 1E | D |
| Octal | 53 | 42 | 27 | 0 | 25 | 57 | 123 | 41 | 36 | 15 |
| Binary | 101011 | 100010 | 10111 | 0 | 10101 | 101111 | 1010011 | 100001 | 11110 | 1101 |
Color Harmonies of #2B2217
Complementary color
Monochromatic Colors of #2B2217
Black with #2B2217
Text Example
Text Example
White with #2B2217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2217; }
p { color: rgb(43,34,23); }
H1.HeaderClassName
{
color: #2B2217;
}
.AnyTagClassName
{
color: #2B2217;
}
</style>
background-color css
<style>
a { background-color: #2B2217; }
a { background-color: rgb(43,34,23); }
div.DivClassName
{
background-color: #2B2217;
}
.BgClassName
{
background-color: #2B2217;
}
</style>
border-color css
<style>
span { border-color: #2B2217; }
span { border-color: rgb(43,34,23); }
td.TdClassName
{
border-color: #2B2217;
}
.TagClassName
{
border-color: #2B2217;
}
</style>