#322B04

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

Shades of Maire #322B04

Tints of Maire #322B04

Color information

#322B04 (or 0x322B04) is unknown color: approx Maire. HEX triplet: 32, 2B and 04. RGB value is (50,43,4). Sum of RGB (Red+Green+Blue) = 50+43+4=97 (12% of max value = 765). Red value is 50 (19.92% from 255 or 51.55% from 97); Green value is 43 (17.19% from 255 or 44.33% from 97); Blue value is 4 (1.95% from 255 or 4.12% from 97); Max value from RGB is 50 - color contains mainly: red. Hex color #322B04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #322B04 is #CDD4FB. Grayscale: #282828. Windows color (decimal): -13489404 or 273202. OLE color: 273202.

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

Color convert

RGB50434-
CMYK00.140.920.80
HSL50.87º85.19%10.59%-
HSV(B)50.87º92%19.61%-
XYZ2.22.410.46-
YUV40.65107.32134.67-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 51.55%
GREEN value IS 43 (17.19% from 255) = 44.33%
BLUE value IS 4 (1.95% from 255) = 4.12%
R=51.55%
G=44.33%
B=4.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.92
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5043400.140.920.8050.8785.1910.59
Hex322B40E5C503355b
Octal625340161341206312513
Binary110010101011100011101011100101000011001110101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322B04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,43,4); }

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

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

 a { background-color: rgb(50,43,4); }

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

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

 span { border-color: rgb(50,43,4); }

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