#352625

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

Shades of Livid Brown #352625

Tints of Livid Brown #352625

Color information

#352625 (or 0x352625) is unknown color: approx Livid Brown. HEX triplet: 35, 26 and 25. RGB value is (53,38,37). Sum of RGB (Red+Green+Blue) = 53+38+37=128 (16% of max value = 765). Red value is 53 (21.09% from 255 or 41.41% from 128); Green value is 38 (15.23% from 255 or 29.69% from 128); Blue value is 37 (14.84% from 255 or 28.91% from 128); Max value from RGB is 53 - color contains mainly: red. Hex color #352625 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352625 is #CAD9DA. Grayscale: #2A2A2A. Windows color (decimal): -13294043 or 2434613. OLE color: 2434613.

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

Color convert

RGB533837-
CMYK00.280.300.79
HSL3.75º17.78%17.65%-
HSV(B)3.75º30.19%20.78%-
XYZ2.52.282.06-
YUV42.37124.97135.58-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 41.41%
GREEN value IS 38 (15.23% from 255) = 29.69%
BLUE value IS 37 (14.84% from 255) = 28.91%
R=41.41%
G=29.69%
B=28.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.30
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53383700.280.300.793.7517.7817.65
Hex35262501C1E4F41212
Octal6546450343611742222
Binary1101011001101001010111001111010011111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352625; }

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

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

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

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

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

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

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

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