#332221

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

Shades of Livid Brown #332221

Tints of Livid Brown #332221

Color information

#332221 (or 0x332221) is unknown color: approx Livid Brown. HEX triplet: 33, 22 and 21. RGB value is (51,34,33). Sum of RGB (Red+Green+Blue) = 51+34+33=118 (15% of max value = 765). Red value is 51 (20.31% from 255 or 43.22% from 118); Green value is 34 (13.67% from 255 or 28.81% from 118); Blue value is 33 (13.28% from 255 or 27.97% from 118); Max value from RGB is 51 - color contains mainly: red. Hex color #332221 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332221 is #CCDDDE. Grayscale: #262626. Windows color (decimal): -13426143 or 2171443. OLE color: 2171443.

HSL color Cylindrical-coordinate representation of color #332221: hue angle of 3.33º degrees, saturation: 0.21, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #332221 is Cyan = 0, Magento = 0.33, Yellow = 0.35 and Black (K on CMYK) = 0.8.

Color convert

RGB513433-
CMYK00.330.350.8
HSL3.33º21.43%16.47%-
HSV(B)3.33º35.29%20%-
XYZ2.211.961.7-
YUV38.97124.63136.58-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 43.22%
GREEN value IS 34 (13.67% from 255) = 28.81%
BLUE value IS 33 (13.28% from 255) = 27.97%
R=43.22%
G=28.81%
B=27.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.35
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51343300.330.350.83.3321.4316.47
Hex332221021235031510
Octal6342410414312032520
Binary11001110001010000101000011000111010000111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332221; }

 p { color: rgb(51,34,33); }

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

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

 a { background-color: rgb(51,34,33); }

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

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

 span { border-color: rgb(51,34,33); }

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