Html Css Color HEX #332220 Livid Brown

📋 copy color: '#332220'

red 51 ◦ green 34 ◦ blue 32

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

Shades of Livid Brown #332220

Tints of Livid Brown #332220

RGB

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

 GREEN value IS 34 (13.67% from 255) = 29.06%

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

R = 43.59%
G = 29.06%
B = 27.35%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.37

 K value IS 0.8

RGB Variations

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

Color information

#332220 (or 0x332220) is known color: Livid Brown. HEX triplet: 33, 22 and 20. RGB value is (51,34,32). Sum of RGB (Red+Green+Blue) = 51+34+32=117 (15% of max value = 765). Red value is 51 (20.31% from 255 or 43.59% from 117); Green value is 34 (13.67% from 255 or 29.06% from 117); Blue value is 32 (12.89% from 255 or 27.35% from 117); Max value from RGB is 51 - color contains mainly: red. Hex color #332220 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332220 is #CCDDDF. Grayscale: #262626. Windows color (decimal): -13426144 or 2105907. OLE color: 2105907.

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

Color convert

RGB 51 34 32 -
CMYK 0 0.33 0.37 0.8
HSL 6.32º 0.23% 0.16% -
HSV(B) 6.32º 0.37% 0.2% -
XYZ 2.2 1.95 1.63 -
YUV 38.86 124.13 136.66 -
System Red Green Blue C M Y K H S L
Decimal 51 34 32 0 0.33 0.37 0.8 6.32 0.23 0.16
Hex 33 22 20 0 21 25 50 6 17 10
Octal 63 42 40 0 41 45 120 6 27 20
Binary 110011 100010 100000 0 100001 100101 1010000 110 10111 10000

Color Harmonies of #332220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332220

Black with #332220

Text Example


Text Example

White with #332220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332220; }

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

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

background-color css

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

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

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

border-color css

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

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

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