Shades of Cocoa Brown #2A1D13
Tints of Cocoa Brown #2A1D13
RGB
CMYK
RGB Variations
Color information
#2A1D13 (or 0x2A1D13) is known color: Cocoa Brown. HEX triplet: 2A, 1D and 13. RGB value is (42,29,19). Sum of RGB (Red+Green+Blue) = 42+29+19=90 (11% of max value = 765). Red value is 42 (16.80% from 255 or 46.67% from 90); Green value is 29 (11.72% from 255 or 32.22% from 90); Blue value is 19 (7.81% from 255 or 21.11% from 90); Max value from RGB is 42 - color contains mainly: red. Hex color #2A1D13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A1D13 is #D5E2EC. Grayscale: #1F1F1F. Windows color (decimal): -14017261 or 1252650. OLE color: 1252650.
HSL color Cylindrical-coordinate representation of color #2A1D13: hue angle of 26.09º degrees, saturation: 0.38, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2A1D13 is Cyan = 0, Magento = 0.31, Yellow = 0.55 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 29 | 19 | - |
| CMYK | 0 | 0.31 | 0.55 | 0.84 |
| HSL | 26.09º | 0.38% | 0.12% | - |
| HSV(B) | 26.09º | 0.55% | 0.16% | - |
| XYZ | 1.51 | 1.42 | 0.81 | - |
| YUV | 31.75 | 120.81 | 135.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 29 | 19 | 0 | 0.31 | 0.55 | 0.84 | 26.09 | 0.38 | 0.12 |
| Hex | 2A | 1D | 13 | 0 | 1F | 37 | 54 | 1A | 26 | C |
| Octal | 52 | 35 | 23 | 0 | 37 | 67 | 124 | 32 | 46 | 14 |
| Binary | 101010 | 11101 | 10011 | 0 | 11111 | 110111 | 1010100 | 11010 | 100110 | 1100 |
Color Harmonies of #2A1D13
Complementary color
Monochromatic Colors of #2A1D13
Black with #2A1D13
Text Example
Text Example
White with #2A1D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A1D13; }
p { color: rgb(42,29,19); }
H1.HeaderClassName
{
color: #2A1D13;
}
.AnyTagClassName
{
color: #2A1D13;
}
</style>
background-color css
<style>
a { background-color: #2A1D13; }
a { background-color: rgb(42,29,19); }
div.DivClassName
{
background-color: #2A1D13;
}
.BgClassName
{
background-color: #2A1D13;
}
</style>
border-color css
<style>
span { border-color: #2A1D13; }
span { border-color: rgb(42,29,19); }
td.TdClassName
{
border-color: #2A1D13;
}
.TagClassName
{
border-color: #2A1D13;
}
</style>