#352725

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

Shades of Livid Brown #352725

Tints of Livid Brown #352725

Color information

#352725 (or 0x352725) is unknown color: approx Livid Brown. HEX triplet: 35, 27 and 25. RGB value is (53,39,37). Sum of RGB (Red+Green+Blue) = 53+39+37=129 (17% of max value = 765). Red value is 53 (21.09% from 255 or 41.09% from 129); Green value is 39 (15.62% from 255 or 30.23% from 129); Blue value is 37 (14.84% from 255 or 28.68% from 129); Max value from RGB is 53 - color contains mainly: red. Hex color #352725 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352725 is #CAD8DA. Grayscale: #2A2A2A. Windows color (decimal): -13293787 or 2434869. OLE color: 2434869.

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

Color convert

RGB533937-
CMYK00.260.300.79
HSL7.5º17.78%17.65%-
HSV(B)7.5º30.19%20.78%-
XYZ2.532.342.07-
YUV42.96124.64135.16-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 41.09%
GREEN value IS 39 (15.62% from 255) = 30.23%
BLUE value IS 37 (14.84% from 255) = 28.68%
R=41.09%
G=30.23%
B=28.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.30
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53393700.260.300.797.517.7817.65
Hex35272501A1E4F81212
Octal65474503236117102222
Binary11010110011110010101101011110100111110001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352725; }

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

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

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

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

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

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

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

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