#322F15

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

Shades of Maire #322F15

Tints of Maire #322F15

Color information

#322F15 (or 0x322F15) is unknown color: approx Maire. HEX triplet: 32, 2F and 15. RGB value is (50,47,21). Sum of RGB (Red+Green+Blue) = 50+47+21=118 (15% of max value = 765). Red value is 50 (19.92% from 255 or 42.37% from 118); Green value is 47 (18.75% from 255 or 39.83% from 118); Blue value is 21 (8.59% from 255 or 17.80% from 118); Max value from RGB is 50 - color contains mainly: red. Hex color #322F15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #322F15 is #CDD0EA. Grayscale: #2D2D2D. Windows color (decimal): -13488363 or 1388338. OLE color: 1388338.

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

Color convert

RGB504721-
CMYK00.060.580.80
HSL53.79º40.85%13.92%-
HSV(B)53.79º58%19.61%-
XYZ2.472.771.11-
YUV44.93114.49131.61-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 42.37%
GREEN value IS 47 (18.75% from 255) = 39.83%
BLUE value IS 21 (8.59% from 255) = 17.80%
R=42.37%
G=39.83%
B=17.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.58
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50472100.060.580.8053.7940.8513.92
Hex322F15063A503629e
Octal6257250672120665116
Binary11001010111110101011011101010100001101101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322F15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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