#322E11

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

Shades of Maire #322E11

Tints of Maire #322E11

Color information

#322E11 (or 0x322E11) is unknown color: approx Maire. HEX triplet: 32, 2E and 11. RGB value is (50,46,17). Sum of RGB (Red+Green+Blue) = 50+46+17=113 (14% of max value = 765). Red value is 50 (19.92% from 255 or 44.25% from 113); Green value is 46 (18.36% from 255 or 40.71% from 113); Blue value is 17 (7.03% from 255 or 15.04% from 113); Max value from RGB is 50 - color contains mainly: red. Hex color #322E11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #322E11 is #CDD1EE. Grayscale: #2C2C2C. Windows color (decimal): -13488623 or 1125938. OLE color: 1125938.

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

Color convert

RGB504617-
CMYK00.080.660.80
HSL52.73º49.25%13.14%-
HSV(B)52.73º66%19.61%-
XYZ2.392.670.92-
YUV43.89112.83132.36-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 44.25%
GREEN value IS 46 (18.36% from 255) = 40.71%
BLUE value IS 17 (7.03% from 255) = 15.04%
R=44.25%
G=40.71%
B=15.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.66
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50461700.080.660.8052.7349.2513.14
Hex322E110842503531d
Octal625621010102120656115
Binary1100101011101000101000100001010100001101011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322E11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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