Shades of Cocoa Brown #2A1C0D
Tints of Cocoa Brown #2A1C0D
RGB
CMYK
RGB Variations
Color information
#2A1C0D (or 0x2A1C0D) is known color: Cocoa Brown. HEX triplet: 2A, 1C and 0D. RGB value is (42,28,13). Sum of RGB (Red+Green+Blue) = 42+28+13=83 (10% of max value = 765). Red value is 42 (16.80% from 255 or 50.60% from 83); Green value is 28 (11.33% from 255 or 33.73% from 83); Blue value is 13 (5.47% from 255 or 15.66% from 83); Max value from RGB is 42 - color contains mainly: red. Hex color #2A1C0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A1C0D is #D5E3F2. Grayscale: #1E1E1E. Windows color (decimal): -14017523 or 859178. OLE color: 859178.
HSL color Cylindrical-coordinate representation of color #2A1C0D: hue angle of 31.03º 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 #2A1C0D is Cyan = 0, Magento = 0.33, Yellow = 0.69 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 28 | 13 | - |
| CMYK | 0 | 0.33 | 0.69 | 0.84 |
| HSL | 31.03º | 0.53% | 0.11% | - |
| HSV(B) | 31.03º | 0.69% | 0.16% | - |
| XYZ | 1.44 | 1.35 | 0.57 | - |
| YUV | 30.48 | 118.14 | 136.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 28 | 13 | 0 | 0.33 | 0.69 | 0.84 | 31.03 | 0.53 | 0.11 |
| Hex | 2A | 1C | D | 0 | 21 | 45 | 54 | 1F | 35 | B |
| Octal | 52 | 34 | 15 | 0 | 41 | 105 | 124 | 37 | 65 | 13 |
| Binary | 101010 | 11100 | 1101 | 0 | 100001 | 1000101 | 1010100 | 11111 | 110101 | 1011 |
Color Harmonies of #2A1C0D
Complementary color
Monochromatic Colors of #2A1C0D
Black with #2A1C0D
Text Example
Text Example
White with #2A1C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A1C0D; }
p { color: rgb(42,28,13); }
H1.HeaderClassName
{
color: #2A1C0D;
}
.AnyTagClassName
{
color: #2A1C0D;
}
</style>
background-color css
<style>
a { background-color: #2A1C0D; }
a { background-color: rgb(42,28,13); }
div.DivClassName
{
background-color: #2A1C0D;
}
.BgClassName
{
background-color: #2A1C0D;
}
</style>
border-color css
<style>
span { border-color: #2A1C0D; }
span { border-color: rgb(42,28,13); }
td.TdClassName
{
border-color: #2A1C0D;
}
.TagClassName
{
border-color: #2A1C0D;
}
</style>