#322C15

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

Shades of Maire #322C15

Tints of Maire #322C15

Color information

#322C15 (or 0x322C15) is unknown color: approx Maire. HEX triplet: 32, 2C and 15. RGB value is (50,44,21). Sum of RGB (Red+Green+Blue) = 50+44+21=115 (15% of max value = 765). Red value is 50 (19.92% from 255 or 43.48% from 115); Green value is 44 (17.58% from 255 or 38.26% from 115); Blue value is 21 (8.59% from 255 or 18.26% from 115); Max value from RGB is 50 - color contains mainly: red. Hex color #322C15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #322C15 is #CDD3EA. Grayscale: #2B2B2B. Windows color (decimal): -13489131 or 1387570. OLE color: 1387570.

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

Color convert

RGB504421-
CMYK00.120.580.80
HSL47.59º40.85%13.92%-
HSV(B)47.59º58%19.61%-
XYZ2.352.531.07-
YUV43.17115.49132.87-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 43.48%
GREEN value IS 44 (17.58% from 255) = 38.26%
BLUE value IS 21 (8.59% from 255) = 18.26%
R=43.48%
G=38.26%
B=18.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.58
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50442100.120.580.8047.5940.8513.92
Hex322C150C3A503029e
Octal62542501472120605116
Binary110010101100101010110011101010100001100001010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322C15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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