#2E260A

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

Shades of Maire #2E260A

Tints of Maire #2E260A

Color information

#2E260A (or 0x2E260A) is unknown color: approx Maire. HEX triplet: 2E, 26 and 0A. RGB value is (46,38,10). Sum of RGB (Red+Green+Blue) = 46+38+10=94 (12% of max value = 765). Red value is 46 (18.36% from 255 or 48.94% from 94); Green value is 38 (15.23% from 255 or 40.43% from 94); Blue value is 10 (4.30% from 255 or 10.64% from 94); Max value from RGB is 46 - color contains mainly: red. Hex color #2E260A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E260A is #D1D9F5. Grayscale: #252525. Windows color (decimal): -13752822 or 665134. OLE color: 665134.

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

Color convert

RGB463810-
CMYK00.170.780.82
HSL46.67º64.29%10.98%-
HSV(B)46.67º78.26%18.04%-
XYZ1.871.990.57-
YUV37.2112.65134.28-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 48.94%
GREEN value IS 38 (15.23% from 255) = 40.43%
BLUE value IS 10 (4.30% from 255) = 10.64%
R=48.94%
G=40.43%
B=10.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.78
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal46381000.170.780.8246.6764.2910.98
Hex2E26A0114E522f40b
Octal5646120211161225710013
Binary10111010011010100100011001110101001010111110000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E260A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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