#332421

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

Shades of Livid Brown #332421

Tints of Livid Brown #332421

Color information

#332421 (or 0x332421) is unknown color: approx Livid Brown. HEX triplet: 33, 24 and 21. RGB value is (51,36,33). Sum of RGB (Red+Green+Blue) = 51+36+33=120 (15% of max value = 765). Red value is 51 (20.31% from 255 or 42.5% from 120); Green value is 36 (14.45% from 255 or 30% from 120); Blue value is 33 (13.28% from 255 or 27.5% from 120); Max value from RGB is 51 - color contains mainly: red. Hex color #332421 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332421 is #CCDBDE. Grayscale: #282828. Windows color (decimal): -13425631 or 2171955. OLE color: 2171955.

HSL color Cylindrical-coordinate representation of color #332421: hue angle of 10º 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 #332421 is Cyan = 0, Magento = 0.29, Yellow = 0.35 and Black (K on CMYK) = 0.8.

Color convert

RGB513633-
CMYK00.290.350.8
HSL10º21.43%16.47%-
HSV(B)10º35.29%20%-
XYZ2.272.081.72-
YUV40.14123.97135.74-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 42.5%
GREEN value IS 36 (14.45% from 255) = 30%
BLUE value IS 33 (13.28% from 255) = 27.5%
R=42.5%
G=30%
B=27.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.35
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51363300.290.350.81021.4316.47
Hex33242101D2350a1510
Octal63444103543120122520
Binary110011100100100001011101100011101000010101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332421; }

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

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

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

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

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

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

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

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