#2E2318

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

Shades of Cocoa Brown #2E2318

Tints of Cocoa Brown #2E2318

Color information

#2E2318 (or 0x2E2318) is unknown color: approx Cocoa Brown. HEX triplet: 2E, 23 and 18. RGB value is (46,35,24). Sum of RGB (Red+Green+Blue) = 46+35+24=105 (13% of max value = 765). Red value is 46 (18.36% from 255 or 43.81% from 105); Green value is 35 (14.06% from 255 or 33.33% from 105); Blue value is 24 (9.77% from 255 or 22.86% from 105); Max value from RGB is 46 - color contains mainly: red. Hex color #2E2318 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E2318 is #D1DCE7. Grayscale: #252525. Windows color (decimal): -13753576 or 1581870. OLE color: 1581870.

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

Color convert

RGB463524-
CMYK00.240.480.82
HSL30º31.43%13.73%-
HSV(B)30º47.83%18.04%-
XYZ1.891.851.12-
YUV37.03120.64134.39-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 43.81%
GREEN value IS 35 (14.06% from 255) = 33.33%
BLUE value IS 24 (9.77% from 255) = 22.86%
R=43.81%
G=33.33%
B=22.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.48
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal46352400.240.480.823031.4313.73
Hex2E231801830521e1fe
Octal56433003060122363716
Binary10111010001111000011000110000101001011110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E2318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,35,24); }

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

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

 a { background-color: rgb(46,35,24); }

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

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

 span { border-color: rgb(46,35,24); }

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