#2E2509

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

Shades of Maire #2E2509

Tints of Maire #2E2509

Color information

#2E2509 (or 0x2E2509) is unknown color: approx Maire. HEX triplet: 2E, 25 and 09. RGB value is (46,37,9). Sum of RGB (Red+Green+Blue) = 46+37+9=92 (12% of max value = 765). Red value is 46 (18.36% from 255 or 50% from 92); Green value is 37 (14.84% from 255 or 40.22% from 92); Blue value is 9 (3.91% from 255 or 9.78% from 92); Max value from RGB is 46 - color contains mainly: red. Hex color #2E2509 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E2509 is #D1DAF6. Grayscale: #242424. Windows color (decimal): -13753079 or 599342. OLE color: 599342.

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

Color convert

RGB46379-
CMYK00.200.800.82
HSL45.41º67.27%10.78%-
HSV(B)45.41º80.43%18.04%-
XYZ1.841.920.53-
YUV36.5112.48134.78-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 50%
GREEN value IS 37 (14.84% from 255) = 40.22%
BLUE value IS 9 (3.91% from 255) = 9.78%
R=50%
G=40.22%
B=9.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.80
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4637900.200.800.8245.4167.2710.78
Hex2E25901450522d43b
Octal5645110241201225510313
Binary10111010010110010101001010000101001010110110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E2509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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