#352524

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

Shades of Livid Brown #352524

Tints of Livid Brown #352524

Color information

#352524 (or 0x352524) is unknown color: approx Livid Brown. HEX triplet: 35, 25 and 24. RGB value is (53,37,36). Sum of RGB (Red+Green+Blue) = 53+37+36=126 (16% of max value = 765). Red value is 53 (21.09% from 255 or 42.06% from 126); Green value is 37 (14.84% from 255 or 29.37% from 126); Blue value is 36 (14.45% from 255 or 28.57% from 126); Max value from RGB is 53 - color contains mainly: red. Hex color #352524 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352524 is #CADADB. Grayscale: #292929. Windows color (decimal): -13294300 or 2368821. OLE color: 2368821.

HSL color Cylindrical-coordinate representation of color #352524: hue angle of 3.53º 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 #352524 is Cyan = 0, Magento = 0.30, Yellow = 0.32 and Black (K on CMYK) = 0.79.

Color convert

RGB533736-
CMYK00.300.320.79
HSL3.53º19.1%17.45%-
HSV(B)3.53º32.08%20.78%-
XYZ2.452.211.97-
YUV41.67124.8136.08-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 42.06%
GREEN value IS 37 (14.84% from 255) = 29.37%
BLUE value IS 36 (14.45% from 255) = 28.57%
R=42.06%
G=29.37%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.32
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53373600.300.320.793.5319.117.45
Hex35252401E204F41311
Octal6545440364011742321
Binary11010110010110010001111010000010011111001001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352524; }

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

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

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

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

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

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

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

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