#352928

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

Shades of Livid Brown #352928

Tints of Livid Brown #352928

Color information

#352928 (or 0x352928) is unknown color: approx Livid Brown. HEX triplet: 35, 29 and 28. RGB value is (53,41,40). Sum of RGB (Red+Green+Blue) = 53+41+40=134 (17% of max value = 765). Red value is 53 (21.09% from 255 or 39.55% from 134); Green value is 41 (16.41% from 255 or 30.60% from 134); Blue value is 40 (16.02% from 255 or 29.85% from 134); Max value from RGB is 53 - color contains mainly: red. Hex color #352928 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352928 is #CAD6D7. Grayscale: #2C2C2C. Windows color (decimal): -13293272 or 2631989. OLE color: 2631989.

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

Color convert

RGB534140-
CMYK00.230.250.79
HSL4.62º13.98%18.24%-
HSV(B)4.62º24.53%20.78%-
XYZ2.642.52.35-
YUV44.47125.48134.08-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 39.55%
GREEN value IS 41 (16.41% from 255) = 30.60%
BLUE value IS 40 (16.02% from 255) = 29.85%
R=39.55%
G=30.60%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.25
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53414000.230.250.794.6213.9818.24
Hex352928017194F5e12
Octal6551500273111751622
Binary110101101001101000010111110011001111101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352928; }

 p { color: rgb(53,41,40); }

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

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

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

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

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

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

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