Shades of Cocoa Brown #2A1D0E
Tints of Cocoa Brown #2A1D0E
RGB
CMYK
RGB Variations
Color information
#2A1D0E (or 0x2A1D0E) is known color: Cocoa Brown. HEX triplet: 2A, 1D and 0E. RGB value is (42,29,14). Sum of RGB (Red+Green+Blue) = 42+29+14=85 (11% of max value = 765). Red value is 42 (16.80% from 255 or 49.41% from 85); Green value is 29 (11.72% from 255 or 34.12% from 85); Blue value is 14 (5.86% from 255 or 16.47% from 85); Max value from RGB is 42 - color contains mainly: red. Hex color #2A1D0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A1D0E is #D5E2F1. Grayscale: #1F1F1F. Windows color (decimal): -14017266 or 924970. OLE color: 924970.
HSL color Cylindrical-coordinate representation of color #2A1D0E: hue angle of 32.14º degrees, saturation: 0.5, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2A1D0E is Cyan = 0, Magento = 0.31, Yellow = 0.67 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 29 | 14 | - |
| CMYK | 0 | 0.31 | 0.67 | 0.84 |
| HSL | 32.14º | 0.5% | 0.11% | - |
| HSV(B) | 32.14º | 0.67% | 0.16% | - |
| XYZ | 1.47 | 1.4 | 0.61 | - |
| YUV | 31.18 | 118.31 | 135.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 29 | 14 | 0 | 0.31 | 0.67 | 0.84 | 32.14 | 0.5 | 0.11 |
| Hex | 2A | 1D | E | 0 | 1F | 43 | 54 | 20 | 32 | B |
| Octal | 52 | 35 | 16 | 0 | 37 | 103 | 124 | 40 | 62 | 13 |
| Binary | 101010 | 11101 | 1110 | 0 | 11111 | 1000011 | 1010100 | 100000 | 110010 | 1011 |
Color Harmonies of #2A1D0E
Complementary color
Monochromatic Colors of #2A1D0E
Black with #2A1D0E
Text Example
Text Example
White with #2A1D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A1D0E; }
p { color: rgb(42,29,14); }
H1.HeaderClassName
{
color: #2A1D0E;
}
.AnyTagClassName
{
color: #2A1D0E;
}
</style>
background-color css
<style>
a { background-color: #2A1D0E; }
a { background-color: rgb(42,29,14); }
div.DivClassName
{
background-color: #2A1D0E;
}
.BgClassName
{
background-color: #2A1D0E;
}
</style>
border-color css
<style>
span { border-color: #2A1D0E; }
span { border-color: rgb(42,29,14); }
td.TdClassName
{
border-color: #2A1D0E;
}
.TagClassName
{
border-color: #2A1D0E;
}
</style>