Shades of Cocoa Brown #2B1A08
Tints of Cocoa Brown #2B1A08
RGB
CMYK
RGB Variations
Color information
#2B1A08 (or 0x2B1A08) is known color: Cocoa Brown. HEX triplet: 2B, 1A and 08. RGB value is (43,26,8). Sum of RGB (Red+Green+Blue) = 43+26+8=77 (10% of max value = 765). Red value is 43 (17.19% from 255 or 55.84% from 77); Green value is 26 (10.55% from 255 or 33.77% from 77); Blue value is 8 (3.52% from 255 or 10.39% from 77); Max value from RGB is 43 - color contains mainly: red. Hex color #2B1A08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B1A08 is #D4E5F7. Grayscale: #1D1D1D. Windows color (decimal): -13952504 or 530987. OLE color: 530987.
HSL color Cylindrical-coordinate representation of color #2B1A08: hue angle of 30.86º degrees, saturation: 0.69, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2B1A08 is Cyan = 0, Magento = 0.40, Yellow = 0.81 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 26 | 8 | - |
| CMYK | 0 | 0.40 | 0.81 | 0.83 |
| HSL | 30.86º | 0.69% | 0.1% | - |
| HSV(B) | 30.86º | 0.81% | 0.17% | - |
| XYZ | 1.41 | 1.27 | 0.4 | - |
| YUV | 29.03 | 116.13 | 137.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 26 | 8 | 0 | 0.40 | 0.81 | 0.83 | 30.86 | 0.69 | 0.1 |
| Hex | 2B | 1A | 8 | 0 | 28 | 51 | 53 | 1F | 45 | A |
| Octal | 53 | 32 | 10 | 0 | 50 | 121 | 123 | 37 | 105 | 12 |
| Binary | 101011 | 11010 | 1000 | 0 | 101000 | 1010001 | 1010011 | 11111 | 1000101 | 1010 |
Color Harmonies of #2B1A08
Complementary color
Monochromatic Colors of #2B1A08
Black with #2B1A08
Text Example
Text Example
White with #2B1A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B1A08; }
p { color: rgb(43,26,8); }
H1.HeaderClassName
{
color: #2B1A08;
}
.AnyTagClassName
{
color: #2B1A08;
}
</style>
background-color css
<style>
a { background-color: #2B1A08; }
a { background-color: rgb(43,26,8); }
div.DivClassName
{
background-color: #2B1A08;
}
.BgClassName
{
background-color: #2B1A08;
}
</style>
border-color css
<style>
span { border-color: #2B1A08; }
span { border-color: rgb(43,26,8); }
td.TdClassName
{
border-color: #2B1A08;
}
.TagClassName
{
border-color: #2B1A08;
}
</style>