Shades of Cocoa Brown #2A221A
Tints of Cocoa Brown #2A221A
RGB
CMYK
RGB Variations
Color information
#2A221A (or 0x2A221A) is known color: Cocoa Brown. HEX triplet: 2A, 22 and 1A. RGB value is (42,34,26). Sum of RGB (Red+Green+Blue) = 42+34+26=102 (13% of max value = 765). Red value is 42 (16.80% from 255 or 41.18% from 102); Green value is 34 (13.67% from 255 or 33.33% from 102); Blue value is 26 (10.55% from 255 or 25.49% from 102); Max value from RGB is 42 - color contains mainly: red. Hex color #2A221A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A221A is #D5DDE5. Grayscale: #232323. Windows color (decimal): -14015974 or 1712682. OLE color: 1712682.
HSL color Cylindrical-coordinate representation of color #2A221A: hue angle of 30º degrees, saturation: 0.24, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #2A221A is Cyan = 0, Magento = 0.19, Yellow = 0.38 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 34 | 26 | - |
| CMYK | 0 | 0.19 | 0.38 | 0.84 |
| HSL | 30º | 0.24% | 0.13% | - |
| HSV(B) | 30º | 0.38% | 0.16% | - |
| XYZ | 1.71 | 1.71 | 1.22 | - |
| YUV | 35.48 | 122.65 | 132.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 34 | 26 | 0 | 0.19 | 0.38 | 0.84 | 30 | 0.24 | 0.13 |
| Hex | 2A | 22 | 1A | 0 | 13 | 26 | 54 | 1E | 18 | D |
| Octal | 52 | 42 | 32 | 0 | 23 | 46 | 124 | 36 | 30 | 15 |
| Binary | 101010 | 100010 | 11010 | 0 | 10011 | 100110 | 1010100 | 11110 | 11000 | 1101 |
Color Harmonies of #2A221A
Complementary color
Monochromatic Colors of #2A221A
Black with #2A221A
Text Example
Text Example
White with #2A221A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A221A; }
p { color: rgb(42,34,26); }
H1.HeaderClassName
{
color: #2A221A;
}
.AnyTagClassName
{
color: #2A221A;
}
</style>
background-color css
<style>
a { background-color: #2A221A; }
a { background-color: rgb(42,34,26); }
div.DivClassName
{
background-color: #2A221A;
}
.BgClassName
{
background-color: #2A221A;
}
</style>
border-color css
<style>
span { border-color: #2A221A; }
span { border-color: rgb(42,34,26); }
td.TdClassName
{
border-color: #2A221A;
}
.TagClassName
{
border-color: #2A221A;
}
</style>