#322C14

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

Shades of Maire #322C14

Tints of Maire #322C14

Color information

#322C14 (or 0x322C14) is unknown color: approx Maire. HEX triplet: 32, 2C and 14. RGB value is (50,44,20). Sum of RGB (Red+Green+Blue) = 50+44+20=114 (15% of max value = 765). Red value is 50 (19.92% from 255 or 43.86% from 114); Green value is 44 (17.58% from 255 or 38.60% from 114); Blue value is 20 (8.20% from 255 or 17.54% from 114); Max value from RGB is 50 - color contains mainly: red. Hex color #322C14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #322C14 is #CDD3EB. Grayscale: #2B2B2B. Windows color (decimal): -13489132 or 1322034. OLE color: 1322034.

HSL color Cylindrical-coordinate representation of color #322C14: hue angle of 48º degrees, saturation: 0.43, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #322C14 is Cyan = 0, Magento = 0.12, Yellow = 0.60 and Black (K on CMYK) = 0.80.

Color convert

RGB504420-
CMYK00.120.600.80
HSL48º42.86%13.73%-
HSV(B)48º60%19.61%-
XYZ2.342.531.03-
YUV43.06114.99132.95-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 43.86%
GREEN value IS 44 (17.58% from 255) = 38.60%
BLUE value IS 20 (8.20% from 255) = 17.54%
R=43.86%
G=38.60%
B=17.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.60
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50442000.120.600.804842.8613.73
Hex322C140C3C50302be
Octal62542401474120605316
Binary110010101100101000110011110010100001100001010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322C14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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