Shades of Cocoa Brown #2E251B
Tints of Cocoa Brown #2E251B
RGB
CMYK
RGB Variations
Color information
#2E251B (or 0x2E251B) is known color: Cocoa Brown. HEX triplet: 2E, 25 and 1B. RGB value is (46,37,27). Sum of RGB (Red+Green+Blue) = 46+37+27=110 (14% of max value = 765). Red value is 46 (18.36% from 255 or 41.82% from 110); Green value is 37 (14.84% from 255 or 33.64% from 110); Blue value is 27 (10.94% from 255 or 24.55% from 110); Max value from RGB is 46 - color contains mainly: red. Hex color #2E251B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E251B is #D1DAE4. Grayscale: #262626. Windows color (decimal): -13753061 or 1778990. OLE color: 1778990.
HSL color Cylindrical-coordinate representation of color #2E251B: hue angle of 31.58º degrees, saturation: 0.26, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #2E251B is Cyan = 0, Magento = 0.20, Yellow = 0.41 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 37 | 27 | - |
| CMYK | 0 | 0.20 | 0.41 | 0.82 |
| HSL | 31.58º | 0.26% | 0.14% | - |
| HSV(B) | 31.58º | 0.41% | 0.18% | - |
| XYZ | 1.99 | 1.98 | 1.32 | - |
| YUV | 38.55 | 121.48 | 133.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 37 | 27 | 0 | 0.20 | 0.41 | 0.82 | 31.58 | 0.26 | 0.14 |
| Hex | 2E | 25 | 1B | 0 | 14 | 29 | 52 | 20 | 1A | E |
| Octal | 56 | 45 | 33 | 0 | 24 | 51 | 122 | 40 | 32 | 16 |
| Binary | 101110 | 100101 | 11011 | 0 | 10100 | 101001 | 1010010 | 100000 | 11010 | 1110 |
Color Harmonies of #2E251B
Complementary color
Monochromatic Colors of #2E251B
Black with #2E251B
Text Example
Text Example
White with #2E251B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E251B; }
p { color: rgb(46,37,27); }
H1.HeaderClassName
{
color: #2E251B;
}
.AnyTagClassName
{
color: #2E251B;
}
</style>
background-color css
<style>
a { background-color: #2E251B; }
a { background-color: rgb(46,37,27); }
div.DivClassName
{
background-color: #2E251B;
}
.BgClassName
{
background-color: #2E251B;
}
</style>
border-color css
<style>
span { border-color: #2E251B; }
span { border-color: rgb(46,37,27); }
td.TdClassName
{
border-color: #2E251B;
}
.TagClassName
{
border-color: #2E251B;
}
</style>