#352E16

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

Shades of Maire #352E16

Tints of Maire #352E16

Color information

#352E16 (or 0x352E16) is unknown color: approx Maire. HEX triplet: 35, 2E and 16. RGB value is (53,46,22). Sum of RGB (Red+Green+Blue) = 53+46+22=121 (16% of max value = 765). Red value is 53 (21.09% from 255 or 43.80% from 121); Green value is 46 (18.36% from 255 or 38.02% from 121); Blue value is 22 (8.98% from 255 or 18.18% from 121); Max value from RGB is 53 - color contains mainly: red. Hex color #352E16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352E16 is #CAD1E9. Grayscale: #2D2D2D. Windows color (decimal): -13292010 or 1453621. OLE color: 1453621.

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

Color convert

RGB534622-
CMYK00.130.580.79
HSL46.45º41.33%14.71%-
HSV(B)46.45º58.49%20.78%-
XYZ2.592.771.16-
YUV45.36114.82133.45-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 43.80%
GREEN value IS 46 (18.36% from 255) = 38.02%
BLUE value IS 22 (8.98% from 255) = 18.18%
R=43.80%
G=38.02%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.58
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53462200.130.580.7946.4541.3314.71
Hex352E160D3A4F2e29f
Octal65562601572117565117
Binary110101101110101100110111101010011111011101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,46,22); }

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

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

 a { background-color: rgb(53,46,22); }

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

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

 span { border-color: rgb(53,46,22); }

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