Html Css Color HEX #352320 Livid Brown

📋 copy color: '#352320'

red 53 ◦ green 35 ◦ blue 32

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

Shades of Livid Brown #352320

Tints of Livid Brown #352320

RGB

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

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

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

R = 44.17%
G = 29.17%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.40

 K value IS 0.79

RGB Variations

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

Color information

#352320 (or 0x352320) is known color: Livid Brown. HEX triplet: 35, 23 and 20. RGB value is (53,35,32). Sum of RGB (Red+Green+Blue) = 53+35+32=120 (15% of max value = 765). Red value is 53 (21.09% from 255 or 44.17% from 120); Green value is 35 (14.06% from 255 or 29.17% from 120); Blue value is 32 (12.89% from 255 or 26.67% from 120); Max value from RGB is 53 - color contains mainly: red. Hex color #352320 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352320 is #CADCDF. Grayscale: #282828. Windows color (decimal): -13294816 or 2106165. OLE color: 2106165.

HSL color Cylindrical-coordinate representation of color #352320: hue angle of 8.57º 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 #352320 is Cyan = 0, Magento = 0.34, Yellow = 0.40 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 35 32 -
CMYK 0 0.34 0.40 0.79
HSL 8.57º 0.25% 0.17% -
HSV(B) 8.57º 0.4% 0.21% -
XYZ 2.33 2.06 1.64 -
YUV 40.04 123.46 137.24 -
System Red Green Blue C M Y K H S L
Decimal 53 35 32 0 0.34 0.40 0.79 8.57 0.25 0.17
Hex 35 23 20 0 22 28 4F 9 19 11
Octal 65 43 40 0 42 50 117 11 31 21
Binary 110101 100011 100000 0 100010 101000 1001111 1001 11001 10001

Color Harmonies of #352320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352320

Black with #352320

Text Example


Text Example

White with #352320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352320; }

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

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

background-color css

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

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

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

border-color css

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

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

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