#2E2713

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

Shades of Maire #2E2713

Tints of Maire #2E2713

Color information

#2E2713 (or 0x2E2713) is unknown color: approx Maire. HEX triplet: 2E, 27 and 13. RGB value is (46,39,19). Sum of RGB (Red+Green+Blue) = 46+39+19=104 (13% of max value = 765). Red value is 46 (18.36% from 255 or 44.23% from 104); Green value is 39 (15.62% from 255 or 37.5% from 104); Blue value is 19 (7.81% from 255 or 18.27% from 104); Max value from RGB is 46 - color contains mainly: red. Hex color #2E2713 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E2713 is #D1D8EC. Grayscale: #262626. Windows color (decimal): -13752557 or 1255214. OLE color: 1255214.

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

Color convert

RGB463919-
CMYK00.150.590.82
HSL44.44º41.54%12.75%-
HSV(B)44.44º58.7%18.04%-
XYZ1.972.080.91-
YUV38.81116.82133.13-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 44.23%
GREEN value IS 39 (15.62% from 255) = 37.5%
BLUE value IS 19 (7.81% from 255) = 18.27%
R=44.23%
G=37.5%
B=18.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.59
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal46391900.150.590.8244.4441.5412.75
Hex2E27130F3B522c2ad
Octal56472301773122545215
Binary101110100111100110111111101110100101011001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E2713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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