#2E280D

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

Shades of Maire #2E280D

Tints of Maire #2E280D

Color information

#2E280D (or 0x2E280D) is unknown color: approx Maire. HEX triplet: 2E, 28 and 0D. RGB value is (46,40,13). Sum of RGB (Red+Green+Blue) = 46+40+13=99 (13% of max value = 765). Red value is 46 (18.36% from 255 or 46.46% from 99); Green value is 40 (16.02% from 255 or 40.40% from 99); Blue value is 13 (5.47% from 255 or 13.13% from 99); Max value from RGB is 46 - color contains mainly: red. Hex color #2E280D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E280D is #D1D7F2. Grayscale: #262626. Windows color (decimal): -13752307 or 862254. OLE color: 862254.

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

Color convert

RGB464013-
CMYK00.130.720.82
HSL49.09º55.93%11.57%-
HSV(B)49.09º71.74%18.04%-
XYZ1.962.130.69-
YUV38.72113.49133.2-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 46.46%
GREEN value IS 40 (16.02% from 255) = 40.40%
BLUE value IS 13 (5.47% from 255) = 13.13%
R=46.46%
G=40.40%
B=13.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.72
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal46401300.130.720.8249.0955.9311.57
Hex2E28D0D48523138c
Octal565015015110122617014
Binary101110101000110101101100100010100101100011110001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E280D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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