#2E1E0E

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

Shades of Cocoa Brown #2E1E0E

Tints of Cocoa Brown #2E1E0E

Color information

#2E1E0E (or 0x2E1E0E) is unknown color: approx Cocoa Brown. HEX triplet: 2E, 1E and 0E. RGB value is (46,30,14). Sum of RGB (Red+Green+Blue) = 46+30+14=90 (11% of max value = 765). Red value is 46 (18.36% from 255 or 51.11% from 90); Green value is 30 (12.11% from 255 or 33.33% from 90); Blue value is 14 (5.86% from 255 or 15.56% from 90); Max value from RGB is 46 - color contains mainly: red. Hex color #2E1E0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E1E0E is #D1E1F1. Grayscale: #212121. Windows color (decimal): -13754866 or 925230. OLE color: 925230.

HSL color Cylindrical-coordinate representation of color #2E1E0E: hue angle of 30º degrees, saturation: 0.53, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2E1E0E is Cyan = 0, Magento = 0.35, Yellow = 0.70 and Black (K on CMYK) = 0.82.

Color convert

RGB463014-
CMYK00.350.700.82
HSL30º53.33%11.76%-
HSV(B)30º69.57%18.04%-
XYZ1.671.540.62-
YUV32.96117.3137.3-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 51.11%
GREEN value IS 30 (12.11% from 255) = 33.33%
BLUE value IS 14 (5.86% from 255) = 15.56%
R=51.11%
G=33.33%
B=15.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.70
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal46301400.350.700.823053.3311.76
Hex2E1EE02346521e35c
Octal563616043106122366514
Binary101110111101110010001110001101010010111101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E1E0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,30,14); }

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

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

 a { background-color: rgb(46,30,14); }

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

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

 span { border-color: rgb(46,30,14); }

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