#352926

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

Shades of Livid Brown #352926

Tints of Livid Brown #352926

Color information

#352926 (or 0x352926) is unknown color: approx Livid Brown. HEX triplet: 35, 29 and 26. RGB value is (53,41,38). Sum of RGB (Red+Green+Blue) = 53+41+38=132 (17% of max value = 765). Red value is 53 (21.09% from 255 or 40.15% from 132); Green value is 41 (16.41% from 255 or 31.06% from 132); Blue value is 38 (15.23% from 255 or 28.79% from 132); Max value from RGB is 53 - color contains mainly: red. Hex color #352926 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352926 is #CAD6D9. Grayscale: #2C2C2C. Windows color (decimal): -13293274 or 2500917. OLE color: 2500917.

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

Color convert

RGB534138-
CMYK00.230.280.79
HSL12º16.48%17.84%-
HSV(B)12º28.3%20.78%-
XYZ2.612.482.18-
YUV44.25124.48134.24-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 40.15%
GREEN value IS 41 (16.41% from 255) = 31.06%
BLUE value IS 38 (15.23% from 255) = 28.79%
R=40.15%
G=31.06%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.28
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53413800.230.280.791216.4817.84
Hex3529260171C4Fc1012
Octal65514602734117142022
Binary11010110100110011001011111100100111111001000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352926; }

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

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

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

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

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

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

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

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