#352523

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

Shades of Livid Brown #352523

Tints of Livid Brown #352523

Color information

#352523 (or 0x352523) is unknown color: approx Livid Brown. HEX triplet: 35, 25 and 23. RGB value is (53,37,35). Sum of RGB (Red+Green+Blue) = 53+37+35=125 (16% of max value = 765). Red value is 53 (21.09% from 255 or 42.4% from 125); Green value is 37 (14.84% from 255 or 29.6% from 125); Blue value is 35 (14.06% from 255 or 28% from 125); Max value from RGB is 53 - color contains mainly: red. Hex color #352523 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352523 is #CADADC. Grayscale: #292929. Windows color (decimal): -13294301 or 2303285. OLE color: 2303285.

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

Color convert

RGB533735-
CMYK00.300.340.79
HSL6.67º20.45%17.25%-
HSV(B)6.67º33.96%20.78%-
XYZ2.432.21.89-
YUV41.56124.3136.16-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 42.4%
GREEN value IS 37 (14.84% from 255) = 29.6%
BLUE value IS 35 (14.06% from 255) = 28%
R=42.4%
G=29.6%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.34
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53373500.300.340.796.6720.4517.25
Hex35252301E224F71411
Octal6545430364211772421
Binary11010110010110001101111010001010011111111010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352523; }

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

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

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

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

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

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

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

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