#322F17

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

Shades of Maire #322F17

Tints of Maire #322F17

Color information

#322F17 (or 0x322F17) is unknown color: approx Maire. HEX triplet: 32, 2F and 17. RGB value is (50,47,23). Sum of RGB (Red+Green+Blue) = 50+47+23=120 (15% of max value = 765). Red value is 50 (19.92% from 255 or 41.67% from 120); Green value is 47 (18.75% from 255 or 39.17% from 120); Blue value is 23 (9.38% from 255 or 19.17% from 120); Max value from RGB is 50 - color contains mainly: red. Hex color #322F17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #322F17 is #CDD0E8. Grayscale: #2D2D2D. Windows color (decimal): -13488361 or 1519410. OLE color: 1519410.

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

Color convert

RGB504723-
CMYK00.060.540.80
HSL53.33º36.99%14.31%-
HSV(B)53.33º54%19.61%-
XYZ2.492.771.21-
YUV45.16115.49131.45-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 41.67%
GREEN value IS 47 (18.75% from 255) = 39.17%
BLUE value IS 23 (9.38% from 255) = 19.17%
R=41.67%
G=39.17%
B=19.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.54
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50472300.060.540.8053.3336.9914.31
Hex322F170636503525e
Octal6257270666120654516
Binary11001010111110111011011011010100001101011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322F17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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