Html Css Color HEX #352120 Livid Brown

📋 copy color: '#352120'

red 53 ◦ green 33 ◦ blue 32

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

Shades of Livid Brown #352120

Tints of Livid Brown #352120

RGB

 RED value IS 53 (21.09% from 255) = 44.92%

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

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

R = 44.92%
G = 27.97%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.40

 K value IS 0.79

RGB Variations

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

Color information

#352120 (or 0x352120) is known color: Livid Brown. HEX triplet: 35, 21 and 20. RGB value is (53,33,32). Sum of RGB (Red+Green+Blue) = 53+33+32=118 (15% of max value = 765). Red value is 53 (21.09% from 255 or 44.92% from 118); Green value is 33 (13.28% from 255 or 27.97% from 118); Blue value is 32 (12.89% from 255 or 27.12% from 118); Max value from RGB is 53 - color contains mainly: red. Hex color #352120 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352120 is #CADEDF. Grayscale: #262626. Windows color (decimal): -13295328 or 2105653. OLE color: 2105653.

HSL color Cylindrical-coordinate representation of color #352120: hue angle of 2.86º degrees, saturation: 0.25, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #352120 is Cyan = 0, Magento = 0.38, Yellow = 0.40 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 33 32 -
CMYK 0 0.38 0.40 0.79
HSL 2.86º 0.25% 0.17% -
HSV(B) 2.86º 0.4% 0.21% -
XYZ 2.27 1.95 1.62 -
YUV 38.87 124.13 138.08 -
System Red Green Blue C M Y K H S L
Decimal 53 33 32 0 0.38 0.40 0.79 2.86 0.25 0.17
Hex 35 21 20 0 26 28 4F 3 19 11
Octal 65 41 40 0 46 50 117 3 31 21
Binary 110101 100001 100000 0 100110 101000 1001111 11 11001 10001

Color Harmonies of #352120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352120

Black with #352120

Text Example


Text Example

White with #352120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352120; }

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

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

background-color css

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

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

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

border-color css

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

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

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