Shades of Cocoa Brown #2E251C
Tints of Cocoa Brown #2E251C
RGB
CMYK
RGB Variations
Color information
#2E251C (or 0x2E251C) is known color: Cocoa Brown. HEX triplet: 2E, 25 and 1C. RGB value is (46,37,28). Sum of RGB (Red+Green+Blue) = 46+37+28=111 (14% of max value = 765). Red value is 46 (18.36% from 255 or 41.44% from 111); Green value is 37 (14.84% from 255 or 33.33% from 111); Blue value is 28 (11.33% from 255 or 25.23% from 111); Max value from RGB is 46 - color contains mainly: red. Hex color #2E251C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E251C is #D1DAE3. Grayscale: #262626. Windows color (decimal): -13753060 or 1844526. OLE color: 1844526.
HSL color Cylindrical-coordinate representation of color #2E251C: hue angle of 30º degrees, saturation: 0.24, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #2E251C is Cyan = 0, Magento = 0.20, Yellow = 0.39 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 37 | 28 | - |
| CMYK | 0 | 0.20 | 0.39 | 0.82 |
| HSL | 30º | 0.24% | 0.15% | - |
| HSV(B) | 30º | 0.39% | 0.18% | - |
| XYZ | 2 | 1.99 | 1.38 | - |
| YUV | 38.67 | 121.98 | 133.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 37 | 28 | 0 | 0.20 | 0.39 | 0.82 | 30 | 0.24 | 0.15 |
| Hex | 2E | 25 | 1C | 0 | 14 | 27 | 52 | 1E | 18 | F |
| Octal | 56 | 45 | 34 | 0 | 24 | 47 | 122 | 36 | 30 | 17 |
| Binary | 101110 | 100101 | 11100 | 0 | 10100 | 100111 | 1010010 | 11110 | 11000 | 1111 |
Color Harmonies of #2E251C
Complementary color
Monochromatic Colors of #2E251C
Black with #2E251C
Text Example
Text Example
White with #2E251C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E251C; }
p { color: rgb(46,37,28); }
H1.HeaderClassName
{
color: #2E251C;
}
.AnyTagClassName
{
color: #2E251C;
}
</style>
background-color css
<style>
a { background-color: #2E251C; }
a { background-color: rgb(46,37,28); }
div.DivClassName
{
background-color: #2E251C;
}
.BgClassName
{
background-color: #2E251C;
}
</style>
border-color css
<style>
span { border-color: #2E251C; }
span { border-color: rgb(46,37,28); }
td.TdClassName
{
border-color: #2E251C;
}
.TagClassName
{
border-color: #2E251C;
}
</style>