#352522

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

Shades of Livid Brown #352522

Tints of Livid Brown #352522

Color information

#352522 (or 0x352522) is unknown color: approx Livid Brown. HEX triplet: 35, 25 and 22. RGB value is (53,37,34). Sum of RGB (Red+Green+Blue) = 53+37+34=124 (16% of max value = 765). Red value is 53 (21.09% from 255 or 42.74% from 124); Green value is 37 (14.84% from 255 or 29.84% from 124); Blue value is 34 (13.67% from 255 or 27.42% from 124); Max value from RGB is 53 - color contains mainly: red. Hex color #352522 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352522 is #CADADD. Grayscale: #292929. Windows color (decimal): -13294302 or 2237749. OLE color: 2237749.

HSL color Cylindrical-coordinate representation of color #352522: hue angle of 9.47º degrees, saturation: 0.22, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #352522 is Cyan = 0, Magento = 0.30, Yellow = 0.36 and Black (K on CMYK) = 0.79.

Color convert

RGB533734-
CMYK00.300.360.79
HSL9.47º21.84%17.06%-
HSV(B)9.47º35.85%20.78%-
XYZ2.422.21.81-
YUV41.44123.8136.24-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 42.74%
GREEN value IS 37 (14.84% from 255) = 29.84%
BLUE value IS 34 (13.67% from 255) = 27.42%
R=42.74%
G=29.84%
B=27.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.36
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53373400.300.360.799.4721.8417.06
Hex35252201E244F91611
Octal65454203644117112621
Binary110101100101100010011110100100100111110011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352522; }

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

 H1.HeaderClassName
 {
   color: #352522;
 }
 .AnyTagClassName
 {
   color: #352522;
 }
</style>
background-color css

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

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

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

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

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

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