Html Css Color HEX #332120 Livid Brown

📋 copy color: '#332120'

red 51 ◦ green 33 ◦ blue 32

#332120
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Livid Brown #332120

Tints of Livid Brown #332120

RGB

 RED value IS 51 (20.31% from 255) = 43.97%

 GREEN value IS 33 (13.28% from 255) = 28.45%

 BLUE value IS 32 (12.89% from 255) = 27.59%

R = 43.97%
G = 28.45%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.37

 K value IS 0.8

RGB Variations

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

Color information

#332120 (or 0x332120) is known color: Livid Brown. HEX triplet: 33, 21 and 20. RGB value is (51,33,32). Sum of RGB (Red+Green+Blue) = 51+33+32=116 (15% of max value = 765). Red value is 51 (20.31% from 255 or 43.97% from 116); Green value is 33 (13.28% from 255 or 28.45% from 116); Blue value is 32 (12.89% from 255 or 27.59% from 116); Max value from RGB is 51 - color contains mainly: red. Hex color #332120 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332120 is #CCDEDF. Grayscale: #262626. Windows color (decimal): -13426400 or 2105651. OLE color: 2105651.

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

Color convert

RGB 51 33 32 -
CMYK 0 0.35 0.37 0.8
HSL 3.16º 0.23% 0.16% -
HSV(B) 3.16º 0.37% 0.2% -
XYZ 2.17 1.9 1.62 -
YUV 38.27 124.46 137.08 -
System Red Green Blue C M Y K H S L
Decimal 51 33 32 0 0.35 0.37 0.8 3.16 0.23 0.16
Hex 33 21 20 0 23 25 50 3 17 10
Octal 63 41 40 0 43 45 120 3 27 20
Binary 110011 100001 100000 0 100011 100101 1010000 11 10111 10000

Color Harmonies of #332120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332120

Black with #332120

Text Example


Text Example

White with #332120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332120; }

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

 H1.HeaderClassName
 {
   color: #332120;
 }
 .AnyTagClassName
 {
   color: #332120;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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