#322D13

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

Shades of Maire #322D13

Tints of Maire #322D13

Color information

#322D13 (or 0x322D13) is unknown color: approx Maire. HEX triplet: 32, 2D and 13. RGB value is (50,45,19). Sum of RGB (Red+Green+Blue) = 50+45+19=114 (15% of max value = 765). Red value is 50 (19.92% from 255 or 43.86% from 114); Green value is 45 (17.97% from 255 or 39.47% from 114); Blue value is 19 (7.81% from 255 or 16.67% from 114); Max value from RGB is 50 - color contains mainly: red. Hex color #322D13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #322D13 is #CDD2EC. Grayscale: #2B2B2B. Windows color (decimal): -13488877 or 1256754. OLE color: 1256754.

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

Color convert

RGB504519-
CMYK00.100.620.80
HSL50.32º44.93%13.53%-
HSV(B)50.32º62%19.61%-
XYZ2.372.60.99-
YUV43.53114.16132.61-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 43.86%
GREEN value IS 45 (17.97% from 255) = 39.47%
BLUE value IS 19 (7.81% from 255) = 16.67%
R=43.86%
G=39.47%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.62
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50451900.100.620.8050.3244.9313.53
Hex322D130A3E50322de
Octal62552301276120625516
Binary110010101101100110101011111010100001100101011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322D13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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