#2E2C1A

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

Shades of Maire #2E2C1A

Tints of Maire #2E2C1A

Color information

#2E2C1A (or 0x2E2C1A) is unknown color: approx Maire. HEX triplet: 2E, 2C and 1A. RGB value is (46,44,26). Sum of RGB (Red+Green+Blue) = 46+44+26=116 (15% of max value = 765). Red value is 46 (18.36% from 255 or 39.66% from 116); Green value is 44 (17.58% from 255 or 37.93% from 116); Blue value is 26 (10.55% from 255 or 22.41% from 116); Max value from RGB is 46 - color contains mainly: red. Hex color #2E2C1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E2C1A is #D1D3E5. Grayscale: #2A2A2A. Windows color (decimal): -13751270 or 1715246. OLE color: 1715246.

HSL color Cylindrical-coordinate representation of color #2E2C1A: hue angle of 54º 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 #2E2C1A is Cyan = 0, Magento = 0.04, Yellow = 0.43 and Black (K on CMYK) = 0.82.

Color convert

RGB464426-
CMYK00.040.430.82
HSL54º27.78%14.12%-
HSV(B)54º43.48%18.04%-
XYZ2.212.461.33-
YUV42.55118.66130.46-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 39.66%
GREEN value IS 44 (17.58% from 255) = 37.93%
BLUE value IS 26 (10.55% from 255) = 22.41%
R=39.66%
G=37.93%
B=22.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.43
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal46442600.040.430.825427.7814.12
Hex2E2C1A042B52361ce
Octal5654320453122663416
Binary1011101011001101001001010111010010110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E2C1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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