#2E2C09

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

Shades of Maire #2E2C09

Tints of Maire #2E2C09

Color information

#2E2C09 (or 0x2E2C09) is unknown color: approx Maire. HEX triplet: 2E, 2C and 09. RGB value is (46,44,9). Sum of RGB (Red+Green+Blue) = 46+44+9=99 (13% of max value = 765). Red value is 46 (18.36% from 255 or 46.46% from 99); Green value is 44 (17.58% from 255 or 44.44% from 99); Blue value is 9 (3.91% from 255 or 9.09% from 99); Max value from RGB is 46 - color contains mainly: red. Hex color #2E2C09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E2C09 is #D1D3F6. Grayscale: #282828. Windows color (decimal): -13751287 or 601134. OLE color: 601134.

HSL color Cylindrical-coordinate representation of color #2E2C09: hue angle of 56.76º degrees, saturation: 0.67, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2E2C09 is Cyan = 0, Magento = 0.04, Yellow = 0.80 and Black (K on CMYK) = 0.82.

Color convert

RGB46449-
CMYK00.040.800.82
HSL56.76º67.27%10.78%-
HSV(B)56.76º80.43%18.04%-
XYZ2.082.40.61-
YUV40.61110.16131.85-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 46.46%
GREEN value IS 44 (17.58% from 255) = 44.44%
BLUE value IS 9 (3.91% from 255) = 9.09%
R=46.46%
G=44.44%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.80
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4644900.040.800.8256.7667.2710.78
Hex2E2C90450523943b
Octal565411041201227110313
Binary101110101100100101001010000101001011100110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E2C09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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