#2E2316

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

Shades of Cocoa Brown #2E2316

Tints of Cocoa Brown #2E2316

Color information

#2E2316 (or 0x2E2316) is unknown color: approx Cocoa Brown. HEX triplet: 2E, 23 and 16. RGB value is (46,35,22). Sum of RGB (Red+Green+Blue) = 46+35+22=103 (13% of max value = 765). Red value is 46 (18.36% from 255 or 44.66% from 103); Green value is 35 (14.06% from 255 or 33.98% from 103); Blue value is 22 (8.98% from 255 or 21.36% from 103); Max value from RGB is 46 - color contains mainly: red. Hex color #2E2316 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E2316 is #D1DCE9. Grayscale: #242424. Windows color (decimal): -13753578 or 1450798. OLE color: 1450798.

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

Color convert

RGB463522-
CMYK00.240.520.82
HSL32.5º35.29%13.33%-
HSV(B)32.5º52.17%18.04%-
XYZ1.871.841.02-
YUV36.81119.64134.56-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 44.66%
GREEN value IS 35 (14.06% from 255) = 33.98%
BLUE value IS 22 (8.98% from 255) = 21.36%
R=44.66%
G=33.98%
B=21.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.52
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal46352200.240.520.8232.535.2913.33
Hex2E231601834522123d
Octal56432603064122414315
Binary1011101000111011001100011010010100101000011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E2316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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