Shades of Cocoa Brown #2A1B0D
Tints of Cocoa Brown #2A1B0D
RGB
CMYK
RGB Variations
Color information
#2A1B0D (or 0x2A1B0D) is known color: Cocoa Brown. HEX triplet: 2A, 1B and 0D. RGB value is (42,27,13). Sum of RGB (Red+Green+Blue) = 42+27+13=82 (10% of max value = 765). Red value is 42 (16.80% from 255 or 51.22% from 82); Green value is 27 (10.94% from 255 or 32.93% from 82); Blue value is 13 (5.47% from 255 or 15.85% from 82); Max value from RGB is 42 - color contains mainly: red. Hex color #2A1B0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A1B0D is #D5E4F2. Grayscale: #1D1D1D. Windows color (decimal): -14017779 or 858922. OLE color: 858922.
HSL color Cylindrical-coordinate representation of color #2A1B0D: hue angle of 28.97º degrees, saturation: 0.53, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2A1B0D is Cyan = 0, Magento = 0.36, Yellow = 0.69 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 27 | 13 | - |
| CMYK | 0 | 0.36 | 0.69 | 0.84 |
| HSL | 28.97º | 0.53% | 0.11% | - |
| HSV(B) | 28.97º | 0.69% | 0.16% | - |
| XYZ | 1.42 | 1.31 | 0.56 | - |
| YUV | 29.89 | 118.47 | 136.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 27 | 13 | 0 | 0.36 | 0.69 | 0.84 | 28.97 | 0.53 | 0.11 |
| Hex | 2A | 1B | D | 0 | 24 | 45 | 54 | 1D | 35 | B |
| Octal | 52 | 33 | 15 | 0 | 44 | 105 | 124 | 35 | 65 | 13 |
| Binary | 101010 | 11011 | 1101 | 0 | 100100 | 1000101 | 1010100 | 11101 | 110101 | 1011 |
Color Harmonies of #2A1B0D
Complementary color
Monochromatic Colors of #2A1B0D
Black with #2A1B0D
Text Example
Text Example
White with #2A1B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A1B0D; }
p { color: rgb(42,27,13); }
H1.HeaderClassName
{
color: #2A1B0D;
}
.AnyTagClassName
{
color: #2A1B0D;
}
</style>
background-color css
<style>
a { background-color: #2A1B0D; }
a { background-color: rgb(42,27,13); }
div.DivClassName
{
background-color: #2A1B0D;
}
.BgClassName
{
background-color: #2A1B0D;
}
</style>
border-color css
<style>
span { border-color: #2A1B0D; }
span { border-color: rgb(42,27,13); }
td.TdClassName
{
border-color: #2A1B0D;
}
.TagClassName
{
border-color: #2A1B0D;
}
</style>