#322C17

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

Shades of Maire #322C17

Tints of Maire #322C17

Color information

#322C17 (or 0x322C17) is unknown color: approx Maire. HEX triplet: 32, 2C and 17. RGB value is (50,44,23). Sum of RGB (Red+Green+Blue) = 50+44+23=117 (15% of max value = 765). Red value is 50 (19.92% from 255 or 42.74% from 117); Green value is 44 (17.58% from 255 or 37.61% from 117); Blue value is 23 (9.38% from 255 or 19.66% from 117); Max value from RGB is 50 - color contains mainly: red. Hex color #322C17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #322C17 is #CDD3E8. Grayscale: #2B2B2B. Windows color (decimal): -13489129 or 1518642. OLE color: 1518642.

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

Color convert

RGB504423-
CMYK00.120.540.80
HSL46.67º36.99%14.31%-
HSV(B)46.67º54%19.61%-
XYZ2.372.541.18-
YUV43.4116.49132.71-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 42.74%
GREEN value IS 44 (17.58% from 255) = 37.61%
BLUE value IS 23 (9.38% from 255) = 19.66%
R=42.74%
G=37.61%
B=19.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.54
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50442300.120.540.8046.6736.9914.31
Hex322C170C36502f25e
Octal62542701466120574516
Binary110010101100101110110011011010100001011111001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322C17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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