#352927

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

Shades of Livid Brown #352927

Tints of Livid Brown #352927

Color information

#352927 (or 0x352927) is unknown color: approx Livid Brown. HEX triplet: 35, 29 and 27. RGB value is (53,41,39). Sum of RGB (Red+Green+Blue) = 53+41+39=133 (17% of max value = 765). Red value is 53 (21.09% from 255 or 39.85% from 133); Green value is 41 (16.41% from 255 or 30.83% from 133); Blue value is 39 (15.62% from 255 or 29.32% from 133); Max value from RGB is 53 - color contains mainly: red. Hex color #352927 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352927 is #CAD6D8. Grayscale: #2C2C2C. Windows color (decimal): -13293273 or 2566453. OLE color: 2566453.

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

Color convert

RGB534139-
CMYK00.230.260.79
HSL8.57º15.22%18.04%-
HSV(B)8.57º26.42%20.78%-
XYZ2.632.492.26-
YUV44.36124.98134.16-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 39.85%
GREEN value IS 41 (16.41% from 255) = 30.83%
BLUE value IS 39 (15.62% from 255) = 29.32%
R=39.85%
G=30.83%
B=29.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.26
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53413900.230.260.798.5715.2218.04
Hex3529270171A4F9f12
Octal65514702732117111722
Binary1101011010011001110101111101010011111001111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352927

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352927; }

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

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

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

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

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

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

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

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