Shades of Cocoa Brown #2B1E0A
Tints of Cocoa Brown #2B1E0A
RGB
CMYK
RGB Variations
Color information
#2B1E0A (or 0x2B1E0A) is known color: Cocoa Brown. HEX triplet: 2B, 1E and 0A. RGB value is (43,30,10). Sum of RGB (Red+Green+Blue) = 43+30+10=83 (10% of max value = 765). Red value is 43 (17.19% from 255 or 51.81% from 83); Green value is 30 (12.11% from 255 or 36.14% from 83); Blue value is 10 (4.30% from 255 or 12.05% from 83); Max value from RGB is 43 - color contains mainly: red. Hex color #2B1E0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B1E0A is #D4E1F5. Grayscale: #1F1F1F. Windows color (decimal): -13951478 or 663083. OLE color: 663083.
HSL color Cylindrical-coordinate representation of color #2B1E0A: hue angle of 36.36º degrees, saturation: 0.62, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2B1E0A is Cyan = 0, Magento = 0.30, Yellow = 0.77 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 30 | 10 | - |
| CMYK | 0 | 0.30 | 0.77 | 0.83 |
| HSL | 36.36º | 0.62% | 0.1% | - |
| HSV(B) | 36.36º | 0.77% | 0.17% | - |
| XYZ | 1.52 | 1.46 | 0.49 | - |
| YUV | 31.61 | 115.81 | 136.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 30 | 10 | 0 | 0.30 | 0.77 | 0.83 | 36.36 | 0.62 | 0.1 |
| Hex | 2B | 1E | A | 0 | 1E | 4D | 53 | 24 | 3E | A |
| Octal | 53 | 36 | 12 | 0 | 36 | 115 | 123 | 44 | 76 | 12 |
| Binary | 101011 | 11110 | 1010 | 0 | 11110 | 1001101 | 1010011 | 100100 | 111110 | 1010 |
Color Harmonies of #2B1E0A
Complementary color
Monochromatic Colors of #2B1E0A
Black with #2B1E0A
Text Example
Text Example
White with #2B1E0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B1E0A; }
p { color: rgb(43,30,10); }
H1.HeaderClassName
{
color: #2B1E0A;
}
.AnyTagClassName
{
color: #2B1E0A;
}
</style>
background-color css
<style>
a { background-color: #2B1E0A; }
a { background-color: rgb(43,30,10); }
div.DivClassName
{
background-color: #2B1E0A;
}
.BgClassName
{
background-color: #2B1E0A;
}
</style>
border-color css
<style>
span { border-color: #2B1E0A; }
span { border-color: rgb(43,30,10); }
td.TdClassName
{
border-color: #2B1E0A;
}
.TagClassName
{
border-color: #2B1E0A;
}
</style>