#2E270A

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

Shades of Maire #2E270A

Tints of Maire #2E270A

Color information

#2E270A (or 0x2E270A) is unknown color: approx Maire. HEX triplet: 2E, 27 and 0A. RGB value is (46,39,10). Sum of RGB (Red+Green+Blue) = 46+39+10=95 (12% of max value = 765). Red value is 46 (18.36% from 255 or 48.42% from 95); Green value is 39 (15.62% from 255 or 41.05% from 95); Blue value is 10 (4.30% from 255 or 10.53% from 95); Max value from RGB is 46 - color contains mainly: red. Hex color #2E270A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E270A is #D1D8F5. Grayscale: #252525. Windows color (decimal): -13752566 or 665390. OLE color: 665390.

HSL color Cylindrical-coordinate representation of color #2E270A: hue angle of 48.33º degrees, saturation: 0.64, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2E270A is Cyan = 0, Magento = 0.15, Yellow = 0.78 and Black (K on CMYK) = 0.82.

Color convert

RGB463910-
CMYK00.150.780.82
HSL48.33º64.29%10.98%-
HSV(B)48.33º78.26%18.04%-
XYZ1.912.050.58-
YUV37.79112.32133.86-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 48.42%
GREEN value IS 39 (15.62% from 255) = 41.05%
BLUE value IS 10 (4.30% from 255) = 10.53%
R=48.42%
G=41.05%
B=10.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.78
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal46391000.150.780.8248.3364.2910.98
Hex2E27A0F4E523040b
Octal5647120171161226010013
Binary1011101001111010011111001110101001011000010000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E270A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,39,10); }

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

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

 a { background-color: rgb(46,39,10); }

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

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

 span { border-color: rgb(46,39,10); }

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