#352424

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

Shades of Livid Brown #352424

Tints of Livid Brown #352424

Color information

#352424 (or 0x352424) is unknown color: approx Livid Brown. HEX triplet: 35, 24 and 24. RGB value is (53,36,36). Sum of RGB (Red+Green+Blue) = 53+36+36=125 (16% of max value = 765). Red value is 53 (21.09% from 255 or 42.4% from 125); Green value is 36 (14.45% from 255 or 28.8% from 125); Blue value is 36 (14.45% from 255 or 28.8% from 125); Max value from RGB is 53 - color contains mainly: red. Hex color #352424 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352424 is #CADBDB. Grayscale: #292929. Windows color (decimal): -13294556 or 2368565. OLE color: 2368565.

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

Color convert

RGB533636-
CMYK00.320.320.79
HSL19.1%17.45%-
HSV(B)32.08%20.78%-
XYZ2.422.151.96-
YUV41.08125.13136.5-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 42.4%
GREEN value IS 36 (14.45% from 255) = 28.8%
BLUE value IS 36 (14.45% from 255) = 28.8%
R=42.4%
G=28.8%
B=28.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.32
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53363600.320.320.79019.117.45
Hex352424020204F01311
Octal6544440404011702321
Binary1101011001001001000100000100000100111101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352424; }

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

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

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

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

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

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

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

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