Html Css Color HEX #332221 Livid Brown

📋 copy color: '#332221'

red 51 ◦ green 34 ◦ blue 33

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

Shades of Livid Brown #332221

Tints of Livid Brown #332221

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 value IS 0

 M value IS 0.33

 Y value IS 0.35

 K value IS 0.8

RGB Variations

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

Color information

#332221 (or 0x332221) is known color: 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

RGB 51 34 33 -
CMYK 0 0.33 0.35 0.8
HSL 3.33º 0.21% 0.16% -
HSV(B) 3.33º 0.35% 0.2% -
XYZ 2.21 1.96 1.7 -
YUV 38.97 124.63 136.58 -
System Red Green Blue C M Y K H S L
Decimal 51 34 33 0 0.33 0.35 0.8 3.33 0.21 0.16
Hex 33 22 21 0 21 23 50 3 15 10
Octal 63 42 41 0 41 43 120 3 25 20
Binary 110011 100010 100001 0 100001 100011 1010000 11 10101 10000

Color Harmonies of #332221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332221

Black with #332221

Text Example


Text Example

White with #332221

Text Example


Text Example

HTML Codes & Css Web 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>