#322E13

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

Shades of Maire #322E13

Tints of Maire #322E13

Color information

#322E13 (or 0x322E13) is unknown color: approx Maire. HEX triplet: 32, 2E and 13. RGB value is (50,46,19). Sum of RGB (Red+Green+Blue) = 50+46+19=115 (15% of max value = 765). Red value is 50 (19.92% from 255 or 43.48% from 115); Green value is 46 (18.36% from 255 or 40% from 115); Blue value is 19 (7.81% from 255 or 16.52% from 115); Max value from RGB is 50 - color contains mainly: red. Hex color #322E13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #322E13 is #CDD1EC. Grayscale: #2C2C2C. Windows color (decimal): -13488621 or 1257010. OLE color: 1257010.

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

Color convert

RGB504619-
CMYK00.080.620.80
HSL52.26º44.93%13.53%-
HSV(B)52.26º62%19.61%-
XYZ2.412.681.01-
YUV44.12113.83132.2-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 43.48%
GREEN value IS 46 (18.36% from 255) = 40%
BLUE value IS 19 (7.81% from 255) = 16.52%
R=43.48%
G=40%
B=16.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.62
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50461900.080.620.8052.2644.9313.53
Hex322E13083E50342de
Octal62562301076120645516
Binary110010101110100110100011111010100001101001011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322E13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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