#352220

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

Shades of Livid Brown #352220

Tints of Livid Brown #352220

Color information

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

RGB533432-
CMYK00.360.400.79
HSL5.71º24.71%16.67%-
HSV(B)5.71º39.62%20.78%-
XYZ2.32.011.63-
YUV39.45123.79137.66-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.40
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53343200.360.400.795.7124.7116.67
Hex352220024284F61911
Octal6542400445011763121
Binary110101100010100000010010010100010011111101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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