#322D18

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

Shades of Maire #322D18

Tints of Maire #322D18

Color information

#322D18 (or 0x322D18) is unknown color: approx Maire. HEX triplet: 32, 2D and 18. RGB value is (50,45,24). Sum of RGB (Red+Green+Blue) = 50+45+24=119 (15% of max value = 765). Red value is 50 (19.92% from 255 or 42.02% from 119); Green value is 45 (17.97% from 255 or 37.82% from 119); Blue value is 24 (9.77% from 255 or 20.17% from 119); Max value from RGB is 50 - color contains mainly: red. Hex color #322D18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #322D18 is #CDD2E7. Grayscale: #2C2C2C. Windows color (decimal): -13488872 or 1584434. OLE color: 1584434.

HSL color Cylindrical-coordinate representation of color #322D18: hue angle of 48.46º degrees, saturation: 0.35, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #322D18 is Cyan = 0, Magento = 0.10, Yellow = 0.52 and Black (K on CMYK) = 0.80.

Color convert

RGB504524-
CMYK00.100.520.80
HSL48.46º35.14%14.51%-
HSV(B)48.46º52%19.61%-
XYZ2.422.621.24-
YUV44.1116.66132.21-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 42.02%
GREEN value IS 45 (17.97% from 255) = 37.82%
BLUE value IS 24 (9.77% from 255) = 20.17%
R=42.02%
G=37.82%
B=20.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.52
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50452400.100.520.8048.4635.1414.51
Hex322D180A34503023f
Octal62553001264120604317
Binary110010101101110000101011010010100001100001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322D18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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