#2E280C

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

Shades of Maire #2E280C

Tints of Maire #2E280C

Color information

#2E280C (or 0x2E280C) is unknown color: approx Maire. HEX triplet: 2E, 28 and 0C. RGB value is (46,40,12). Sum of RGB (Red+Green+Blue) = 46+40+12=98 (12% of max value = 765). Red value is 46 (18.36% from 255 or 46.94% from 98); Green value is 40 (16.02% from 255 or 40.82% from 98); Blue value is 12 (5.08% from 255 or 12.24% from 98); Max value from RGB is 46 - color contains mainly: red. Hex color #2E280C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E280C is #D1D7F3. Grayscale: #262626. Windows color (decimal): -13752308 or 796718. OLE color: 796718.

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

Color convert

RGB464012-
CMYK00.130.740.82
HSL49.41º58.62%11.37%-
HSV(B)49.41º73.91%18.04%-
XYZ1.952.120.66-
YUV38.6112.99133.28-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 46.94%
GREEN value IS 40 (16.02% from 255) = 40.82%
BLUE value IS 12 (5.08% from 255) = 12.24%
R=46.94%
G=40.82%
B=12.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.74
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal46401200.130.740.8249.4158.6211.37
Hex2E28C0D4A52313bb
Octal565014015112122617313
Binary101110101000110001101100101010100101100011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E280C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,40,12); }

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

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

 a { background-color: rgb(46,40,12); }

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

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

 span { border-color: rgb(46,40,12); }

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