#2E251E

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

Shades of Cocoa Brown #2E251E

Tints of Cocoa Brown #2E251E

Color information

#2E251E (or 0x2E251E) is unknown color: approx Cocoa Brown. HEX triplet: 2E, 25 and 1E. RGB value is (46,37,30). Sum of RGB (Red+Green+Blue) = 46+37+30=113 (14% of max value = 765). Red value is 46 (18.36% from 255 or 40.71% from 113); Green value is 37 (14.84% from 255 or 32.74% from 113); Blue value is 30 (12.11% from 255 or 26.55% from 113); Max value from RGB is 46 - color contains mainly: red. Hex color #2E251E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E251E is #D1DAE1. Grayscale: #262626. Windows color (decimal): -13753058 or 1975598. OLE color: 1975598.

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

Color convert

RGB463730-
CMYK00.200.350.82
HSL26.25º21.05%14.9%-
HSV(B)26.25º34.78%18.04%-
XYZ2.0221.51-
YUV38.89122.98133.07-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 40.71%
GREEN value IS 37 (14.84% from 255) = 32.74%
BLUE value IS 30 (12.11% from 255) = 26.55%
R=40.71%
G=32.74%
B=26.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.35
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal46373000.200.350.8226.2521.0514.9
Hex2E251E01423521a15f
Octal56453602443122322517
Binary10111010010111110010100100011101001011010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E251E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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