#322D15

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

Shades of Maire #322D15

Tints of Maire #322D15

Color information

#322D15 (or 0x322D15) is unknown color: approx Maire. HEX triplet: 32, 2D and 15. RGB value is (50,45,21). Sum of RGB (Red+Green+Blue) = 50+45+21=116 (15% of max value = 765). Red value is 50 (19.92% from 255 or 43.10% from 116); Green value is 45 (17.97% from 255 or 38.79% from 116); Blue value is 21 (8.59% from 255 or 18.10% from 116); Max value from RGB is 50 - color contains mainly: red. Hex color #322D15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #322D15 is #CDD2EA. Grayscale: #2B2B2B. Windows color (decimal): -13488875 or 1387826. OLE color: 1387826.

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

Color convert

RGB504521-
CMYK00.100.580.80
HSL49.66º40.85%13.92%-
HSV(B)49.66º58%19.61%-
XYZ2.392.611.09-
YUV43.76115.16132.45-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 43.10%
GREEN value IS 45 (17.97% from 255) = 38.79%
BLUE value IS 21 (8.59% from 255) = 18.10%
R=43.10%
G=38.79%
B=18.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.58
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50452100.100.580.8049.6640.8513.92
Hex322D150A3A503229e
Octal62552501272120625116
Binary110010101101101010101011101010100001100101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322D15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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