#322C13

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

Shades of Maire #322C13

Tints of Maire #322C13

Color information

#322C13 (or 0x322C13) is unknown color: approx Maire. HEX triplet: 32, 2C and 13. RGB value is (50,44,19). Sum of RGB (Red+Green+Blue) = 50+44+19=113 (14% of max value = 765). Red value is 50 (19.92% from 255 or 44.25% from 113); Green value is 44 (17.58% from 255 or 38.94% from 113); Blue value is 19 (7.81% from 255 or 16.81% from 113); Max value from RGB is 50 - color contains mainly: red. Hex color #322C13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #322C13 is #CDD3EC. Grayscale: #2B2B2B. Windows color (decimal): -13489133 or 1256498. OLE color: 1256498.

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

Color convert

RGB504419-
CMYK00.120.620.80
HSL48.39º44.93%13.53%-
HSV(B)48.39º62%19.61%-
XYZ2.332.530.98-
YUV42.94114.49133.03-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 44.25%
GREEN value IS 44 (17.58% from 255) = 38.94%
BLUE value IS 19 (7.81% from 255) = 16.81%
R=44.25%
G=38.94%
B=16.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.62
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50441900.120.620.8048.3944.9313.53
Hex322C130C3E50302de
Octal62542301476120605516
Binary110010101100100110110011111010100001100001011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322C13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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