#2E2609

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

Shades of Maire #2E2609

Tints of Maire #2E2609

Color information

#2E2609 (or 0x2E2609) is unknown color: approx Maire. HEX triplet: 2E, 26 and 09. RGB value is (46,38,9). Sum of RGB (Red+Green+Blue) = 46+38+9=93 (12% of max value = 765). Red value is 46 (18.36% from 255 or 49.46% from 93); Green value is 38 (15.23% from 255 or 40.86% from 93); Blue value is 9 (3.91% from 255 or 9.68% from 93); Max value from RGB is 46 - color contains mainly: red. Hex color #2E2609 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E2609 is #D1D9F6. Grayscale: #252525. Windows color (decimal): -13752823 or 599598. OLE color: 599598.

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

Color convert

RGB46389-
CMYK00.170.800.82
HSL47.03º67.27%10.78%-
HSV(B)47.03º80.43%18.04%-
XYZ1.871.990.54-
YUV37.09112.15134.36-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 49.46%
GREEN value IS 38 (15.23% from 255) = 40.86%
BLUE value IS 9 (3.91% from 255) = 9.68%
R=49.46%
G=40.86%
B=9.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.80
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4638900.170.800.8247.0367.2710.78
Hex2E26901150522f43b
Octal5646110211201225710313
Binary10111010011010010100011010000101001010111110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E2609

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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