#322B0D

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

Shades of Maire #322B0D

Tints of Maire #322B0D

Color information

#322B0D (or 0x322B0D) is unknown color: approx Maire. HEX triplet: 32, 2B and 0D. RGB value is (50,43,13). Sum of RGB (Red+Green+Blue) = 50+43+13=106 (14% of max value = 765). Red value is 50 (19.92% from 255 or 47.17% from 106); Green value is 43 (17.19% from 255 or 40.57% from 106); Blue value is 13 (5.47% from 255 or 12.26% from 106); Max value from RGB is 50 - color contains mainly: red. Hex color #322B0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #322B0D is #CDD4F2. Grayscale: #292929. Windows color (decimal): -13489395 or 863026. OLE color: 863026.

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

Color convert

RGB504313-
CMYK00.140.740.80
HSL48.65º58.73%12.35%-
HSV(B)48.65º74%19.61%-
XYZ2.252.430.73-
YUV41.67111.82133.94-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 47.17%
GREEN value IS 43 (17.19% from 255) = 40.57%
BLUE value IS 13 (5.47% from 255) = 12.26%
R=47.17%
G=40.57%
B=12.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.74
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50431300.140.740.8048.6558.7312.35
Hex322BD0E4A50313bc
Octal625315016112120617314
Binary110010101011110101110100101010100001100011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322B0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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