#352321

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

Shades of Livid Brown #352321

Tints of Livid Brown #352321

Color information

#352321 (or 0x352321) is unknown color: approx Livid Brown. HEX triplet: 35, 23 and 21. RGB value is (53,35,33). Sum of RGB (Red+Green+Blue) = 53+35+33=121 (16% of max value = 765). Red value is 53 (21.09% from 255 or 43.80% from 121); Green value is 35 (14.06% from 255 or 28.93% from 121); Blue value is 33 (13.28% from 255 or 27.27% from 121); Max value from RGB is 53 - color contains mainly: red. Hex color #352321 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352321 is #CADCDE. Grayscale: #282828. Windows color (decimal): -13294815 or 2171701. OLE color: 2171701.

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

Color convert

RGB533533-
CMYK00.340.380.79
HSL23.26%16.86%-
HSV(B)37.74%20.78%-
XYZ2.342.071.71-
YUV40.15123.96137.16-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 43.80%
GREEN value IS 35 (14.06% from 255) = 28.93%
BLUE value IS 33 (13.28% from 255) = 27.27%
R=43.80%
G=28.93%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.38
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53353300.340.380.79623.2616.86
Hex352321022264F61711
Octal6543410424611762721
Binary110101100011100001010001010011010011111101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352321; }

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

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

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

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

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

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

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

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