#322C19

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

Shades of Maire #322C19

Tints of Maire #322C19

Color information

#322C19 (or 0x322C19) is unknown color: approx Maire. HEX triplet: 32, 2C and 19. RGB value is (50,44,25). Sum of RGB (Red+Green+Blue) = 50+44+25=119 (15% of max value = 765). Red value is 50 (19.92% from 255 or 42.02% from 119); Green value is 44 (17.58% from 255 or 36.97% from 119); Blue value is 25 (10.16% from 255 or 21.01% from 119); Max value from RGB is 50 - color contains mainly: red. Hex color #322C19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #322C19 is #CDD3E6. Grayscale: #2B2B2B. Windows color (decimal): -13489127 or 1649714. OLE color: 1649714.

HSL color Cylindrical-coordinate representation of color #322C19: hue angle of 45.6º degrees, saturation: 0.33, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #322C19 is Cyan = 0, Magento = 0.12, Yellow = 0.50 and Black (K on CMYK) = 0.80.

Color convert

RGB504425-
CMYK00.120.500.80
HSL45.6º33.33%14.71%-
HSV(B)45.6º50%19.61%-
XYZ2.392.551.29-
YUV43.63117.49132.54-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 42.02%
GREEN value IS 44 (17.58% from 255) = 36.97%
BLUE value IS 25 (10.16% from 255) = 21.01%
R=42.02%
G=36.97%
B=21.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.50
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50442500.120.500.8045.633.3314.71
Hex322C190C32502e21f
Octal62543101462120564117
Binary110010101100110010110011001010100001011101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322C19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,44,25); }

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

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

 a { background-color: rgb(50,44,25); }

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

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

 span { border-color: rgb(50,44,25); }

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