#322F18

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

Shades of Maire #322F18

Tints of Maire #322F18

Color information

#322F18 (or 0x322F18) is unknown color: approx Maire. HEX triplet: 32, 2F and 18. RGB value is (50,47,24). Sum of RGB (Red+Green+Blue) = 50+47+24=121 (16% of max value = 765). Red value is 50 (19.92% from 255 or 41.32% from 121); Green value is 47 (18.75% from 255 or 38.84% from 121); Blue value is 24 (9.77% from 255 or 19.83% from 121); Max value from RGB is 50 - color contains mainly: red. Hex color #322F18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #322F18 is #CDD0E7. Grayscale: #2D2D2D. Windows color (decimal): -13488360 or 1584946. OLE color: 1584946.

HSL color Cylindrical-coordinate representation of color #322F18: hue angle of 53.08º degrees, saturation: 0.35, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #322F18 is Cyan = 0, Magento = 0.06, Yellow = 0.52 and Black (K on CMYK) = 0.80.

Color convert

RGB504724-
CMYK00.060.520.80
HSL53.08º35.14%14.51%-
HSV(B)53.08º52%19.61%-
XYZ2.52.781.27-
YUV45.28115.99131.37-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 41.32%
GREEN value IS 47 (18.75% from 255) = 38.84%
BLUE value IS 24 (9.77% from 255) = 19.83%
R=41.32%
G=38.84%
B=19.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.52
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50472400.060.520.8053.0835.1414.51
Hex322F180634503523f
Octal6257300664120654317
Binary11001010111111000011011010010100001101011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322F18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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