#2E2409

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

Shades of Maire #2E2409

Tints of Maire #2E2409

Color information

#2E2409 (or 0x2E2409) is unknown color: approx Maire. HEX triplet: 2E, 24 and 09. RGB value is (46,36,9). Sum of RGB (Red+Green+Blue) = 46+36+9=91 (12% of max value = 765). Red value is 46 (18.36% from 255 or 50.55% from 91); Green value is 36 (14.45% from 255 or 39.56% from 91); Blue value is 9 (3.91% from 255 or 9.89% from 91); Max value from RGB is 46 - color contains mainly: red. Hex color #2E2409 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E2409 is #D1DBF6. Grayscale: #242424. Windows color (decimal): -13753335 or 599086. OLE color: 599086.

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

Color convert

RGB46369-
CMYK00.220.800.82
HSL43.78º67.27%10.78%-
HSV(B)43.78º80.43%18.04%-
XYZ1.811.860.52-
YUV35.91112.81135.2-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 50.55%
GREEN value IS 36 (14.45% from 255) = 39.56%
BLUE value IS 9 (3.91% from 255) = 9.89%
R=50.55%
G=39.56%
B=9.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.80
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4636900.220.800.8243.7867.2710.78
Hex2E24901650522c43b
Octal5644110261201225410313
Binary10111010010010010101101010000101001010110010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E2409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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