#2E2D09

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

Shades of Maire #2E2D09

Tints of Maire #2E2D09

Color information

#2E2D09 (or 0x2E2D09) is unknown color: approx Maire. HEX triplet: 2E, 2D and 09. RGB value is (46,45,9). Sum of RGB (Red+Green+Blue) = 46+45+9=100 (13% of max value = 765). Red value is 46 (18.36% from 255 or 46% from 100); Green value is 45 (17.97% from 255 or 45% from 100); Blue value is 9 (3.91% from 255 or 9% from 100); Max value from RGB is 46 - color contains mainly: red. Hex color #2E2D09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E2D09 is #D1D2F6. Grayscale: #292929. Windows color (decimal): -13751031 or 601390. OLE color: 601390.

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

Color convert

RGB46459-
CMYK00.020.800.82
HSL58.38º67.27%10.78%-
HSV(B)58.38º80.43%18.04%-
XYZ2.112.480.63-
YUV41.2109.83131.43-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 46%
GREEN value IS 45 (17.97% from 255) = 45%
BLUE value IS 9 (3.91% from 255) = 9%
R=46%
G=45%
B=9%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.80
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4645900.020.800.8258.3867.2710.78
Hex2E2D90250523a43b
Octal565511021201227210313
Binary10111010110110010101010000101001011101010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E2D09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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