#322D17

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

Shades of Maire #322D17

Tints of Maire #322D17

Color information

#322D17 (or 0x322D17) is unknown color: approx Maire. HEX triplet: 32, 2D and 17. RGB value is (50,45,23). Sum of RGB (Red+Green+Blue) = 50+45+23=118 (15% of max value = 765). Red value is 50 (19.92% from 255 or 42.37% from 118); Green value is 45 (17.97% from 255 or 38.14% from 118); Blue value is 23 (9.38% from 255 or 19.49% from 118); Max value from RGB is 50 - color contains mainly: red. Hex color #322D17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #322D17 is #CDD2E8. Grayscale: #2C2C2C. Windows color (decimal): -13488873 or 1518898. OLE color: 1518898.

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

Color convert

RGB504523-
CMYK00.100.540.80
HSL48.89º36.99%14.31%-
HSV(B)48.89º54%19.61%-
XYZ2.412.621.19-
YUV43.99116.16132.29-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 42.37%
GREEN value IS 45 (17.97% from 255) = 38.14%
BLUE value IS 23 (9.38% from 255) = 19.49%
R=42.37%
G=38.14%
B=19.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.54
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50452300.100.540.8048.8936.9914.31
Hex322D170A36503125e
Octal62552701266120614516
Binary110010101101101110101011011010100001100011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322D17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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