Html Css Color HEX #352220 Livid Brown

📋 copy color: '#352220'

red 53 ◦ green 34 ◦ blue 32

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

Shades of Livid Brown #352220

Tints of Livid Brown #352220

RGB

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

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

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

R = 44.54%
G = 28.57%
B = 26.89%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.40

 K value IS 0.79

RGB Variations

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

Color information

#352220 (or 0x352220) is known color: Livid Brown. HEX triplet: 35, 22 and 20. RGB value is (53,34,32). Sum of RGB (Red+Green+Blue) = 53+34+32=119 (15% of max value = 765). Red value is 53 (21.09% from 255 or 44.54% from 119); Green value is 34 (13.67% from 255 or 28.57% from 119); Blue value is 32 (12.89% from 255 or 26.89% from 119); Max value from RGB is 53 - color contains mainly: red. Hex color #352220 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352220 is #CADDDF. Grayscale: #272727. Windows color (decimal): -13295072 or 2105909. OLE color: 2105909.

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

Color convert

RGB 53 34 32 -
CMYK 0 0.36 0.40 0.79
HSL 5.71º 0.25% 0.17% -
HSV(B) 5.71º 0.4% 0.21% -
XYZ 2.3 2.01 1.63 -
YUV 39.45 123.79 137.66 -
System Red Green Blue C M Y K H S L
Decimal 53 34 32 0 0.36 0.40 0.79 5.71 0.25 0.17
Hex 35 22 20 0 24 28 4F 6 19 11
Octal 65 42 40 0 44 50 117 6 31 21
Binary 110101 100010 100000 0 100100 101000 1001111 110 11001 10001

Color Harmonies of #352220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352220

Black with #352220

Text Example


Text Example

White with #352220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352220; }

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

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

background-color css

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

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

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

border-color css

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

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

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