#322E00

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

Shades of Maire #322E00

Tints of Maire #322E00

Color information

#322E00 (or 0x322E00) is unknown color: approx Maire. HEX triplet: 32, 2E and 00. RGB value is (50,46,0). Sum of RGB (Red+Green+Blue) = 50+46+0=96 (12% of max value = 765). Red value is 50 (19.92% from 255 or 52.08% from 96); Green value is 46 (18.36% from 255 or 47.92% from 96); Blue value is 0 (0.39% from 255 or 0% from 96); Max value from RGB is 50 - color contains mainly: red. Hex color #322E00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #322E00 is #CDD1FF. Grayscale: #2A2A2A. Windows color (decimal): -13488640 or 11826. OLE color: 11826.

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

Color convert

RGB50460-
CMYK00.0810.80
HSL55.2º100%9.8%-
HSV(B)55.2º100%19.61%-
XYZ2.292.630.39-
YUV41.95104.33133.74-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 52.08%
GREEN value IS 46 (18.36% from 255) = 47.92%
BLUE value IS 0 (0.39% from 255) = 0%
R=52.08%
G=47.92%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 1
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5046000.0810.8055.21009.8
Hex322E00864503764a
Octal625600101441206714412
Binary1100101011100010001100100101000011011111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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