Html Css Color HEX #322321 Livid Brown

📋 copy color: '#322321'

red 50 ◦ green 35 ◦ blue 33

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

Shades of Livid Brown #322321

Tints of Livid Brown #322321

RGB

 RED value IS 50 (19.92% from 255) = 42.37%

 GREEN value IS 35 (14.06% from 255) = 29.66%

 BLUE value IS 33 (13.28% from 255) = 27.97%

R = 42.37%
G = 29.66%
B = 27.97%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.34

 K value IS 0.80

RGB Variations

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

Color information

#322321 (or 0x322321) is known color: Livid Brown. HEX triplet: 32, 23 and 21. RGB value is (50,35,33). Sum of RGB (Red+Green+Blue) = 50+35+33=118 (15% of max value = 765). Red value is 50 (19.92% from 255 or 42.37% from 118); Green value is 35 (14.06% from 255 or 29.66% from 118); Blue value is 33 (13.28% from 255 or 27.97% from 118); Max value from RGB is 50 - color contains mainly: red. Hex color #322321 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322321 is #CDDCDE. Grayscale: #272727. Windows color (decimal): -13491423 or 2171698. OLE color: 2171698.

HSL color Cylindrical-coordinate representation of color #322321: hue angle of 7.06º degrees, saturation: 0.2, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #322321 is Cyan = 0, Magento = 0.30, Yellow = 0.34 and Black (K on CMYK) = 0.80.

Color convert

RGB 50 35 33 -
CMYK 0 0.30 0.34 0.80
HSL 7.06º 0.2% 0.16% -
HSV(B) 7.06º 0.34% 0.2% -
XYZ 2.19 1.99 1.71 -
YUV 39.26 124.47 135.66 -
System Red Green Blue C M Y K H S L
Decimal 50 35 33 0 0.30 0.34 0.80 7.06 0.2 0.16
Hex 32 23 21 0 1E 22 50 7 14 10
Octal 62 43 41 0 36 42 120 7 24 20
Binary 110010 100011 100001 0 11110 100010 1010000 111 10100 10000

Color Harmonies of #322321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322321

Black with #322321

Text Example


Text Example

White with #322321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #322321; }

 p { color: rgb(50,35,33); }

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

background-color css

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

 a { background-color: rgb(50,35,33); }

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

border-color css

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

 span { border-color: rgb(50,35,33); }

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