#322C07

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

Shades of Maire #322C07

Tints of Maire #322C07

Color information

#322C07 (or 0x322C07) is unknown color: approx Maire. HEX triplet: 32, 2C and 07. RGB value is (50,44,7). Sum of RGB (Red+Green+Blue) = 50+44+7=101 (13% of max value = 765). Red value is 50 (19.92% from 255 or 49.50% from 101); Green value is 44 (17.58% from 255 or 43.56% from 101); Blue value is 7 (3.12% from 255 or 6.93% from 101); Max value from RGB is 50 - color contains mainly: red. Hex color #322C07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #322C07 is #CDD3F8. Grayscale: #292929. Windows color (decimal): -13489145 or 470066. OLE color: 470066.

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

Color convert

RGB50447-
CMYK00.120.860.80
HSL51.63º75.44%11.18%-
HSV(B)51.63º86%19.61%-
XYZ2.252.490.56-
YUV41.58108.49134.01-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 49.50%
GREEN value IS 44 (17.58% from 255) = 43.56%
BLUE value IS 7 (3.12% from 255) = 6.93%
R=49.50%
G=43.56%
B=6.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.86
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5044700.120.860.8051.6375.4411.18
Hex322C70C5650344bb
Octal625470141261206411313
Binary110010101100111011001010110101000011010010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322C07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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