#2E241A

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

Shades of Cocoa Brown #2E241A

Tints of Cocoa Brown #2E241A

Color information

#2E241A (or 0x2E241A) is unknown color: approx Cocoa Brown. HEX triplet: 2E, 24 and 1A. RGB value is (46,36,26). Sum of RGB (Red+Green+Blue) = 46+36+26=108 (14% of max value = 765). Red value is 46 (18.36% from 255 or 42.59% from 108); Green value is 36 (14.45% from 255 or 33.33% from 108); Blue value is 26 (10.55% from 255 or 24.07% from 108); Max value from RGB is 46 - color contains mainly: red. Hex color #2E241A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E241A is #D1DBE5. Grayscale: #252525. Windows color (decimal): -13753318 or 1713198. OLE color: 1713198.

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

Color convert

RGB463626-
CMYK00.220.430.82
HSL30º27.78%14.12%-
HSV(B)30º43.48%18.04%-
XYZ1.941.921.24-
YUV37.85121.31133.81-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 42.59%
GREEN value IS 36 (14.45% from 255) = 33.33%
BLUE value IS 26 (10.55% from 255) = 24.07%
R=42.59%
G=33.33%
B=24.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.43
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal46362600.220.430.823027.7814.12
Hex2E241A0162B521e1ce
Octal56443202653122363416
Binary10111010010011010010110101011101001011110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E241A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,36,26); }

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

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

 a { background-color: rgb(46,36,26); }

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

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

 span { border-color: rgb(46,36,26); }

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