#352624

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

Shades of Livid Brown #352624

Tints of Livid Brown #352624

Color information

#352624 (or 0x352624) is unknown color: approx Livid Brown. HEX triplet: 35, 26 and 24. RGB value is (53,38,36). Sum of RGB (Red+Green+Blue) = 53+38+36=127 (16% of max value = 765). Red value is 53 (21.09% from 255 or 41.73% from 127); Green value is 38 (15.23% from 255 or 29.92% from 127); Blue value is 36 (14.45% from 255 or 28.35% from 127); Max value from RGB is 53 - color contains mainly: red. Hex color #352624 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352624 is #CAD9DB. Grayscale: #2A2A2A. Windows color (decimal): -13294044 or 2369077. OLE color: 2369077.

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

Color convert

RGB533836-
CMYK00.280.320.79
HSL7.06º19.1%17.45%-
HSV(B)7.06º32.08%20.78%-
XYZ2.482.271.98-
YUV42.26124.47135.66-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 41.73%
GREEN value IS 38 (15.23% from 255) = 29.92%
BLUE value IS 36 (14.45% from 255) = 28.35%
R=41.73%
G=29.92%
B=28.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.32
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53383600.280.320.797.0619.117.45
Hex35262401C204F71311
Octal6546440344011772321
Binary11010110011010010001110010000010011111111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352624

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352624; }

 p { color: rgb(53,38,36); }

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

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

 a { background-color: rgb(53,38,36); }

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

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

 span { border-color: rgb(53,38,36); }

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