#2E2113

Color #2E2113 Cocoa Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cocoa Brown #2E2113

Tints of Cocoa Brown #2E2113

Color information

#2E2113 (or 0x2E2113) is unknown color: approx Cocoa Brown. HEX triplet: 2E, 21 and 13. RGB value is (46,33,19). Sum of RGB (Red+Green+Blue) = 46+33+19=98 (12% of max value = 765). Red value is 46 (18.36% from 255 or 46.94% from 98); Green value is 33 (13.28% from 255 or 33.67% from 98); Blue value is 19 (7.81% from 255 or 19.39% from 98); Max value from RGB is 46 - color contains mainly: red. Hex color #2E2113 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E2113 is #D1DEEC. Grayscale: #232323. Windows color (decimal): -13754093 or 1253678. OLE color: 1253678.

HSL color Cylindrical-coordinate representation of color #2E2113: hue angle of 31.11º degrees, saturation: 0.42, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2E2113 is Cyan = 0, Magento = 0.28, Yellow = 0.59 and Black (K on CMYK) = 0.82.

Color convert

RGB463319-
CMYK00.280.590.82
HSL31.11º41.54%12.75%-
HSV(B)31.11º58.7%18.04%-
XYZ1.791.720.85-
YUV35.29118.81135.64-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 46 (18.36% from 255) = 46.94%
GREEN value IS 33 (13.28% from 255) = 33.67%
BLUE value IS 19 (7.81% from 255) = 19.39%
R=46.94%
G=33.67%
B=19.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.59
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal46331900.280.590.8231.1141.5412.75
Hex2E211301C3B521f2ad
Octal56412303473122375215
Binary101110100001100110111001110111010010111111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E2113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2E2113; }

 p { color: rgb(46,33,19); }

 H1.HeaderClassName
 {
   color: #2E2113;
 }
 .AnyTagClassName
 {
   color: #2E2113;
 }
</style>
background-color css

<style>
 a { background-color: #2E2113; }

 a { background-color: rgb(46,33,19); }

 div.DivClassName
 {
   background-color: #2E2113;
 }
 .BgClassName
 {
   background-color: #2E2113;
 }
</style>
border-color css

<style>
 span { border-color: #2E2113; }

 span { border-color: rgb(46,33,19); }

 td.TdClassName
 {
   border-color: #2E2113;
 }
 .TagClassName
 {
   border-color: #2E2113;
 }
</style>