#322B2A

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

Shades of Livid Brown #322B2A

Tints of Livid Brown #322B2A

Color information

#322B2A (or 0x322B2A) is unknown color: approx Livid Brown. HEX triplet: 32, 2B and 2A. RGB value is (50,43,42). Sum of RGB (Red+Green+Blue) = 50+43+42=135 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.04% from 135); Green value is 43 (17.19% from 255 or 31.85% from 135); Blue value is 42 (16.80% from 255 or 31.11% from 135); Max value from RGB is 50 - color contains mainly: red. Hex color #322B2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322B2A is #CDD4D5. Grayscale: #2C2C2C. Windows color (decimal): -13489366 or 2763570. OLE color: 2763570.

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

Color convert

RGB504342-
CMYK00.140.160.80
HSL7.5º8.7%18.04%-
HSV(B)7.5º16%19.61%-
XYZ2.62.572.55-
YUV44.98126.32131.58-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 37.04%
GREEN value IS 43 (17.19% from 255) = 31.85%
BLUE value IS 42 (16.80% from 255) = 31.11%
R=37.04%
G=31.85%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.16
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50434200.140.160.807.58.718.04
Hex322B2A0E10508912
Octal62535201620120101122
Binary110010101011101010011101000010100001000100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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