#2E2A14

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

Shades of Maire #2E2A14

Tints of Maire #2E2A14

Color information

#2E2A14 (or 0x2E2A14) is unknown color: approx Maire. HEX triplet: 2E, 2A and 14. RGB value is (46,42,20). Sum of RGB (Red+Green+Blue) = 46+42+20=108 (14% of max value = 765). Red value is 46 (18.36% from 255 or 42.59% from 108); Green value is 42 (16.80% from 255 or 38.89% from 108); Blue value is 20 (8.20% from 255 or 18.52% from 108); Max value from RGB is 46 - color contains mainly: red. Hex color #2E2A14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E2A14 is #D1D5EB. Grayscale: #282828. Windows color (decimal): -13751788 or 1321518. OLE color: 1321518.

HSL color Cylindrical-coordinate representation of color #2E2A14: hue angle of 50.77º degrees, saturation: 0.39, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2E2A14 is Cyan = 0, Magento = 0.09, Yellow = 0.57 and Black (K on CMYK) = 0.82.

Color convert

RGB464220-
CMYK00.090.570.82
HSL50.77º39.39%12.94%-
HSV(B)50.77º56.52%18.04%-
XYZ2.082.290.99-
YUV40.69116.33131.79-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 42.59%
GREEN value IS 42 (16.80% from 255) = 38.89%
BLUE value IS 20 (8.20% from 255) = 18.52%
R=42.59%
G=38.89%
B=18.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.57
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal46422000.090.570.8250.7739.3912.94
Hex2E2A140939523327d
Octal56522401171122634715
Binary101110101010101000100111100110100101100111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E2A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,42,20); }

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

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

 a { background-color: rgb(46,42,20); }

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

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

 span { border-color: rgb(46,42,20); }

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