#322800

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

Shades of Maire #322800

Tints of Maire #322800

Color information

#322800 (or 0x322800) is unknown color: approx Maire. HEX triplet: 32, 28 and 00. RGB value is (50,40,0). Sum of RGB (Red+Green+Blue) = 50+40+0=90 (11% of max value = 765). Red value is 50 (19.92% from 255 or 55.56% from 90); Green value is 40 (16.02% from 255 or 44.44% from 90); Blue value is 0 (0.39% from 255 or 0% from 90); Max value from RGB is 50 - color contains mainly: red. Hex color #322800 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #322800 is #CDD7FF. Grayscale: #262626. Windows color (decimal): -13490176 or 10290. OLE color: 10290.

HSL color Cylindrical-coordinate representation of color #322800: hue angle of 48º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #322800 is Cyan = 0, Magento = 0.20, Yellow = 1 and Black (K on CMYK) = 0.80.

Color convert

RGB50400-
CMYK00.2010.80
HSL48º100%9.8%-
HSV(B)48º100%19.61%-
XYZ2.072.20.31-
YUV38.43106.31136.25-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 55.56%
GREEN value IS 40 (16.02% from 255) = 44.44%
BLUE value IS 0 (0.39% from 255) = 0%
R=55.56%
G=44.44%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 1
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5040000.2010.80481009.8
Hex3228001464503064a
Octal625000241441206014412
Binary11001010100000101001100100101000011000011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322800; }

 p { color: rgb(50,40,0); }

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

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

 a { background-color: rgb(50,40,0); }

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

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

 span { border-color: rgb(50,40,0); }

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