#352B2A

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

Shades of Livid Brown #352B2A

Tints of Livid Brown #352B2A

Color information

#352B2A (or 0x352B2A) is unknown color: approx Livid Brown. HEX triplet: 35, 2B and 2A. RGB value is (53,43,42). Sum of RGB (Red+Green+Blue) = 53+43+42=138 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.41% from 138); Green value is 43 (17.19% from 255 or 31.16% from 138); Blue value is 42 (16.80% from 255 or 30.43% from 138); Max value from RGB is 53 - color contains mainly: red. Hex color #352B2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352B2A is #CAD4D5. Grayscale: #2D2D2D. Windows color (decimal): -13292758 or 2763573. OLE color: 2763573.

HSL color Cylindrical-coordinate representation of color #352B2A: hue angle of 5.45º degrees, saturation: 0.12, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #352B2A is Cyan = 0, Magento = 0.19, Yellow = 0.21 and Black (K on CMYK) = 0.79.

Color convert

RGB534342-
CMYK00.190.210.79
HSL5.45º11.58%18.63%-
HSV(B)5.45º20.75%20.78%-
XYZ2.752.652.56-
YUV45.88125.81133.08-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 38.41%
GREEN value IS 43 (17.19% from 255) = 31.16%
BLUE value IS 42 (16.80% from 255) = 30.43%
R=38.41%
G=31.16%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.21
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53434200.190.210.795.4511.5818.63
Hex352B2A013154F5c13
Octal6553520232511751423
Binary110101101011101010010011101011001111101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352B2A; }

 p { color: rgb(53,43,42); }

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

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

 a { background-color: rgb(53,43,42); }

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

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

 span { border-color: rgb(53,43,42); }

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