#352120

Color #352120 Livid Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Livid Brown #352120

Tints of Livid Brown #352120

Color information

#352120 (or 0x352120) is unknown color: approx 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

RGB533332-
CMYK00.380.400.79
HSL2.86º24.71%16.67%-
HSV(B)2.86º39.62%20.78%-
XYZ2.271.951.62-
YUV38.87124.13138.08-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.40
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53333200.380.400.792.8624.7116.67
Hex352120026284F31911
Octal6541400465011733121
Binary11010110000110000001001101010001001111111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>