Shades of Cocoa Brown #2B1600
Tints of Cocoa Brown #2B1600
RGB
CMYK
RGB Variations
Color information
#2B1600 (or 0x2B1600) is known color: Cocoa Brown. HEX triplet: 2B, 16 and 00. RGB value is (43,22,0). Sum of RGB (Red+Green+Blue) = 43+22+0=65 (8% of max value = 765). Red value is 43 (17.19% from 255 or 66.15% from 65); Green value is 22 (8.98% from 255 or 33.85% from 65); Blue value is 0 (0.39% from 255 or 0% from 65); Max value from RGB is 43 - color contains mainly: red. Hex color #2B1600 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2B1600 is #D4E9FF. Grayscale: #191919. Windows color (decimal): -13953536 or 5675. OLE color: 5675.
HSL color Cylindrical-coordinate representation of color #2B1600: hue angle of 30.7º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2B1600 is Cyan = 0, Magento = 0.49, Yellow = 1 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 22 | 0 | - |
| CMYK | 0 | 0.49 | 1 | 0.83 |
| HSL | 30.7º | 1% | 0.08% | - |
| HSV(B) | 30.7º | 1% | 0.17% | - |
| XYZ | 1.28 | 1.09 | 0.14 | - |
| YUV | 25.77 | 113.46 | 140.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 22 | 0 | 0 | 0.49 | 1 | 0.83 | 30.7 | 1 | 0.08 |
| Hex | 2B | 16 | 0 | 0 | 31 | 64 | 53 | 1F | 64 | 8 |
| Octal | 53 | 26 | 0 | 0 | 61 | 144 | 123 | 37 | 144 | 10 |
| Binary | 101011 | 10110 | 0 | 0 | 110001 | 1100100 | 1010011 | 11111 | 1100100 | 1000 |
Color Harmonies of #2B1600
Complementary color
Monochromatic Colors of #2B1600
Black with #2B1600
Text Example
Text Example
White with #2B1600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B1600; }
p { color: rgb(43,22,0); }
H1.HeaderClassName
{
color: #2B1600;
}
.AnyTagClassName
{
color: #2B1600;
}
</style>
background-color css
<style>
a { background-color: #2B1600; }
a { background-color: rgb(43,22,0); }
div.DivClassName
{
background-color: #2B1600;
}
.BgClassName
{
background-color: #2B1600;
}
</style>
border-color css
<style>
span { border-color: #2B1600; }
span { border-color: rgb(43,22,0); }
td.TdClassName
{
border-color: #2B1600;
}
.TagClassName
{
border-color: #2B1600;
}
</style>