Shades of Cocoa Brown #2A1F13
Tints of Cocoa Brown #2A1F13
RGB
CMYK
RGB Variations
Color information
#2A1F13 (or 0x2A1F13) is known color: Cocoa Brown. HEX triplet: 2A, 1F and 13. RGB value is (42,31,19). Sum of RGB (Red+Green+Blue) = 42+31+19=92 (12% of max value = 765). Red value is 42 (16.80% from 255 or 45.65% from 92); Green value is 31 (12.5% from 255 or 33.70% from 92); Blue value is 19 (7.81% from 255 or 20.65% from 92); Max value from RGB is 42 - color contains mainly: red. Hex color #2A1F13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A1F13 is #D5E0EC. Grayscale: #202020. Windows color (decimal): -14016749 or 1253162. OLE color: 1253162.
HSL color Cylindrical-coordinate representation of color #2A1F13: hue angle of 31.3º 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 #2A1F13 is Cyan = 0, Magento = 0.26, Yellow = 0.55 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 31 | 19 | - |
| CMYK | 0 | 0.26 | 0.55 | 0.84 |
| HSL | 31.3º | 0.38% | 0.12% | - |
| HSV(B) | 31.3º | 0.55% | 0.16% | - |
| XYZ | 1.56 | 1.52 | 0.83 | - |
| YUV | 32.92 | 120.14 | 134.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 31 | 19 | 0 | 0.26 | 0.55 | 0.84 | 31.3 | 0.38 | 0.12 |
| Hex | 2A | 1F | 13 | 0 | 1A | 37 | 54 | 1F | 26 | C |
| Octal | 52 | 37 | 23 | 0 | 32 | 67 | 124 | 37 | 46 | 14 |
| Binary | 101010 | 11111 | 10011 | 0 | 11010 | 110111 | 1010100 | 11111 | 100110 | 1100 |
Color Harmonies of #2A1F13
Complementary color
Monochromatic Colors of #2A1F13
Black with #2A1F13
Text Example
Text Example
White with #2A1F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A1F13; }
p { color: rgb(42,31,19); }
H1.HeaderClassName
{
color: #2A1F13;
}
.AnyTagClassName
{
color: #2A1F13;
}
</style>
background-color css
<style>
a { background-color: #2A1F13; }
a { background-color: rgb(42,31,19); }
div.DivClassName
{
background-color: #2A1F13;
}
.BgClassName
{
background-color: #2A1F13;
}
</style>
border-color css
<style>
span { border-color: #2A1F13; }
span { border-color: rgb(42,31,19); }
td.TdClassName
{
border-color: #2A1F13;
}
.TagClassName
{
border-color: #2A1F13;
}
</style>