#322D19

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

Shades of Maire #322D19

Tints of Maire #322D19

Color information

#322D19 (or 0x322D19) is unknown color: approx Maire. HEX triplet: 32, 2D and 19. RGB value is (50,45,25). Sum of RGB (Red+Green+Blue) = 50+45+25=120 (15% of max value = 765). Red value is 50 (19.92% from 255 or 41.67% from 120); Green value is 45 (17.97% from 255 or 37.5% from 120); Blue value is 25 (10.16% from 255 or 20.83% from 120); Max value from RGB is 50 - color contains mainly: red. Hex color #322D19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #322D19 is #CDD2E6. Grayscale: #2C2C2C. Windows color (decimal): -13488871 or 1649970. OLE color: 1649970.

HSL color Cylindrical-coordinate representation of color #322D19: hue angle of 48º 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 #322D19 is Cyan = 0, Magento = 0.10, Yellow = 0.50 and Black (K on CMYK) = 0.80.

Color convert

RGB504525-
CMYK00.100.500.80
HSL48º33.33%14.71%-
HSV(B)48º50%19.61%-
XYZ2.432.631.3-
YUV44.22117.16132.13-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 41.67%
GREEN value IS 45 (17.97% from 255) = 37.5%
BLUE value IS 25 (10.16% from 255) = 20.83%
R=41.67%
G=37.5%
B=20.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.50
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50452500.100.500.804833.3314.71
Hex322D190A32503021f
Octal62553101262120604117
Binary110010101101110010101011001010100001100001000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322D19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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