#322E12

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

Shades of Maire #322E12

Tints of Maire #322E12

Color information

#322E12 (or 0x322E12) is unknown color: approx Maire. HEX triplet: 32, 2E and 12. RGB value is (50,46,18). Sum of RGB (Red+Green+Blue) = 50+46+18=114 (15% of max value = 765). Red value is 50 (19.92% from 255 or 43.86% from 114); Green value is 46 (18.36% from 255 or 40.35% from 114); Blue value is 18 (7.42% from 255 or 15.79% from 114); Max value from RGB is 50 - color contains mainly: red. Hex color #322E12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #322E12 is #CDD1ED. Grayscale: #2C2C2C. Windows color (decimal): -13488622 or 1191474. OLE color: 1191474.

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

Color convert

RGB504618-
CMYK00.080.640.80
HSL52.5º47.06%13.33%-
HSV(B)52.5º64%19.61%-
XYZ2.42.680.96-
YUV44113.33132.28-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 43.86%
GREEN value IS 46 (18.36% from 255) = 40.35%
BLUE value IS 18 (7.42% from 255) = 15.79%
R=43.86%
G=40.35%
B=15.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.64
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50461800.080.640.8052.547.0613.33
Hex322E12084050342fd
Octal625622010100120645715
Binary1100101011101001001000100000010100001101001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322E12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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