#2E1C0F

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

Shades of Cocoa Brown #2E1C0F

Tints of Cocoa Brown #2E1C0F

Color information

#2E1C0F (or 0x2E1C0F) is unknown color: approx Cocoa Brown. HEX triplet: 2E, 1C and 0F. RGB value is (46,28,15). Sum of RGB (Red+Green+Blue) = 46+28+15=89 (11% of max value = 765). Red value is 46 (18.36% from 255 or 51.69% from 89); Green value is 28 (11.33% from 255 or 31.46% from 89); Blue value is 15 (6.25% from 255 or 16.85% from 89); Max value from RGB is 46 - color contains mainly: red. Hex color #2E1C0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E1C0F is #D1E3F0. Grayscale: #1F1F1F. Windows color (decimal): -13755377 or 990254. OLE color: 990254.

HSL color Cylindrical-coordinate representation of color #2E1C0F: hue angle of 25.16º degrees, saturation: 0.51, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2E1C0F is Cyan = 0, Magento = 0.39, Yellow = 0.67 and Black (K on CMYK) = 0.82.

Color convert

RGB462815-
CMYK00.390.670.82
HSL25.16º50.82%11.96%-
HSV(B)25.16º67.39%18.04%-
XYZ1.631.450.65-
YUV31.9118.46138.06-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 51.69%
GREEN value IS 28 (11.33% from 255) = 31.46%
BLUE value IS 15 (6.25% from 255) = 16.85%
R=51.69%
G=31.46%
B=16.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.67
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal46281500.390.670.8225.1650.8211.96
Hex2E1CF02743521933c
Octal563417047103122316314
Binary101110111001111010011110000111010010110011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E1C0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,28,15); }

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

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

 a { background-color: rgb(46,28,15); }

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

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

 span { border-color: rgb(46,28,15); }

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