Html Css Color HEX #332320 Livid Brown

📋 copy color: '#332320'

red 51 ◦ green 35 ◦ blue 32

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

Shades of Livid Brown #332320

Tints of Livid Brown #332320

RGB

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

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

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

R = 43.22%
G = 29.66%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.37

 K value IS 0.8

RGB Variations

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

Color information

#332320 (or 0x332320) is known color: Livid Brown. HEX triplet: 33, 23 and 20. RGB value is (51,35,32). Sum of RGB (Red+Green+Blue) = 51+35+32=118 (15% of max value = 765). Red value is 51 (20.31% from 255 or 43.22% from 118); Green value is 35 (14.06% from 255 or 29.66% from 118); Blue value is 32 (12.89% from 255 or 27.12% from 118); Max value from RGB is 51 - color contains mainly: red. Hex color #332320 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332320 is #CCDCDF. Grayscale: #272727. Windows color (decimal): -13425888 or 2106163. OLE color: 2106163.

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

Color convert

RGB 51 35 32 -
CMYK 0 0.31 0.37 0.8
HSL 9.47º 0.23% 0.16% -
HSV(B) 9.47º 0.37% 0.2% -
XYZ 2.23 2.01 1.64 -
YUV 39.44 123.8 136.24 -
System Red Green Blue C M Y K H S L
Decimal 51 35 32 0 0.31 0.37 0.8 9.47 0.23 0.16
Hex 33 23 20 0 1F 25 50 9 17 10
Octal 63 43 40 0 37 45 120 11 27 20
Binary 110011 100011 100000 0 11111 100101 1010000 1001 10111 10000

Color Harmonies of #332320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332320

Black with #332320

Text Example


Text Example

White with #332320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332320; }

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

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

background-color css

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

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

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

border-color css

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

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

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