#322E15

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

Shades of Maire #322E15

Tints of Maire #322E15

Color information

#322E15 (or 0x322E15) is unknown color: approx Maire. HEX triplet: 32, 2E and 15. RGB value is (50,46,21). Sum of RGB (Red+Green+Blue) = 50+46+21=117 (15% of max value = 765). Red value is 50 (19.92% from 255 or 42.74% from 117); Green value is 46 (18.36% from 255 or 39.32% from 117); Blue value is 21 (8.59% from 255 or 17.95% from 117); Max value from RGB is 50 - color contains mainly: red. Hex color #322E15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #322E15 is #CDD1EA. Grayscale: #2C2C2C. Windows color (decimal): -13488619 or 1388082. OLE color: 1388082.

HSL color Cylindrical-coordinate representation of color #322E15: hue angle of 51.72º degrees, saturation: 0.41, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #322E15 is Cyan = 0, Magento = 0.08, Yellow = 0.58 and Black (K on CMYK) = 0.80.

Color convert

RGB504621-
CMYK00.080.580.80
HSL51.72º40.85%13.92%-
HSV(B)51.72º58%19.61%-
XYZ2.432.691.1-
YUV44.35114.83132.03-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 42.74%
GREEN value IS 46 (18.36% from 255) = 39.32%
BLUE value IS 21 (8.59% from 255) = 17.95%
R=42.74%
G=39.32%
B=17.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.58
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50462100.080.580.8051.7240.8513.92
Hex322E15083A503429e
Octal62562501072120645116
Binary110010101110101010100011101010100001101001010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322E15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322E15; }

 p { color: rgb(50,46,21); }

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

<style>
 a { background-color: #322E15; }

 a { background-color: rgb(50,46,21); }

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

<style>
 span { border-color: #322E15; }

 span { border-color: rgb(50,46,21); }

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