#2E2822

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

Shades of Cocoa Brown #2E2822

Tints of Cocoa Brown #2E2822

Color information

#2E2822 (or 0x2E2822) is unknown color: approx Cocoa Brown. HEX triplet: 2E, 28 and 22. RGB value is (46,40,34). Sum of RGB (Red+Green+Blue) = 46+40+34=120 (15% of max value = 765). Red value is 46 (18.36% from 255 or 38.33% from 120); Green value is 40 (16.02% from 255 or 33.33% from 120); Blue value is 34 (13.67% from 255 or 28.33% from 120); Max value from RGB is 46 - color contains mainly: red. Hex color #2E2822 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E2822 is #D1D7DD. Grayscale: #292929. Windows color (decimal): -13752286 or 2238510. OLE color: 2238510.

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

Color convert

RGB464034-
CMYK00.130.260.82
HSL30º15%15.69%-
HSV(B)30º26.09%18.04%-
XYZ2.172.211.83-
YUV41.11123.99131.49-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 38.33%
GREEN value IS 40 (16.02% from 255) = 33.33%
BLUE value IS 34 (13.67% from 255) = 28.33%
R=38.33%
G=33.33%
B=28.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.26
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal46403400.130.260.82301515.69
Hex2E28220D1A521ef10
Octal56504201532122361720
Binary1011101010001000100110111010101001011110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E2822

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,40,34); }

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

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

 a { background-color: rgb(46,40,34); }

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

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

 span { border-color: rgb(46,40,34); }

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