#2E2213

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

Shades of Cocoa Brown #2E2213

Tints of Cocoa Brown #2E2213

Color information

#2E2213 (or 0x2E2213) is unknown color: approx Cocoa Brown. HEX triplet: 2E, 22 and 13. RGB value is (46,34,19). Sum of RGB (Red+Green+Blue) = 46+34+19=99 (13% of max value = 765). Red value is 46 (18.36% from 255 or 46.46% from 99); Green value is 34 (13.67% from 255 or 34.34% from 99); Blue value is 19 (7.81% from 255 or 19.19% from 99); Max value from RGB is 46 - color contains mainly: red. Hex color #2E2213 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E2213 is #D1DDEC. Grayscale: #232323. Windows color (decimal): -13753837 or 1253934. OLE color: 1253934.

HSL color Cylindrical-coordinate representation of color #2E2213: hue angle of 33.33º 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 #2E2213 is Cyan = 0, Magento = 0.26, Yellow = 0.59 and Black (K on CMYK) = 0.82.

Color convert

RGB463419-
CMYK00.260.590.82
HSL33.33º41.54%12.75%-
HSV(B)33.33º58.7%18.04%-
XYZ1.821.770.86-
YUV35.88118.48135.22-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 46.46%
GREEN value IS 34 (13.67% from 255) = 34.34%
BLUE value IS 19 (7.81% from 255) = 19.19%
R=46.46%
G=34.34%
B=19.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.59
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal46341900.260.590.8233.3341.5412.75
Hex2E221301A3B52212ad
Octal56422303273122415215
Binary1011101000101001101101011101110100101000011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E2213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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