Shades of Cocoa Brown #2B1605
Tints of Cocoa Brown #2B1605
RGB
CMYK
RGB Variations
Color information
#2B1605 (or 0x2B1605) is known color: Cocoa Brown. HEX triplet: 2B, 16 and 05. RGB value is (43,22,5). Sum of RGB (Red+Green+Blue) = 43+22+5=70 (9% of max value = 765). Red value is 43 (17.19% from 255 or 61.43% from 70); Green value is 22 (8.98% from 255 or 31.43% from 70); Blue value is 5 (2.34% from 255 or 7.14% from 70); Max value from RGB is 43 - color contains mainly: red. Hex color #2B1605 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2B1605 is #D4E9FA. Grayscale: #1A1A1A. Windows color (decimal): -13953531 or 333355. OLE color: 333355.
HSL color Cylindrical-coordinate representation of color #2B1605: hue angle of 26.84º degrees, saturation: 0.79, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2B1605 is Cyan = 0, Magento = 0.49, Yellow = 0.88 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 22 | 5 | - |
| CMYK | 0 | 0.49 | 0.88 | 0.83 |
| HSL | 26.84º | 0.79% | 0.09% | - |
| HSV(B) | 26.84º | 0.88% | 0.17% | - |
| XYZ | 1.31 | 1.1 | 0.29 | - |
| YUV | 26.34 | 115.96 | 139.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 22 | 5 | 0 | 0.49 | 0.88 | 0.83 | 26.84 | 0.79 | 0.09 |
| Hex | 2B | 16 | 5 | 0 | 31 | 58 | 53 | 1B | 4F | 9 |
| Octal | 53 | 26 | 5 | 0 | 61 | 130 | 123 | 33 | 117 | 11 |
| Binary | 101011 | 10110 | 101 | 0 | 110001 | 1011000 | 1010011 | 11011 | 1001111 | 1001 |
Color Harmonies of #2B1605
Complementary color
Monochromatic Colors of #2B1605
Black with #2B1605
Text Example
Text Example
White with #2B1605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B1605; }
p { color: rgb(43,22,5); }
H1.HeaderClassName
{
color: #2B1605;
}
.AnyTagClassName
{
color: #2B1605;
}
</style>
background-color css
<style>
a { background-color: #2B1605; }
a { background-color: rgb(43,22,5); }
div.DivClassName
{
background-color: #2B1605;
}
.BgClassName
{
background-color: #2B1605;
}
</style>
border-color css
<style>
span { border-color: #2B1605; }
span { border-color: rgb(43,22,5); }
td.TdClassName
{
border-color: #2B1605;
}
.TagClassName
{
border-color: #2B1605;
}
</style>