#352F16

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

Shades of Maire #352F16

Tints of Maire #352F16

Color information

#352F16 (or 0x352F16) is unknown color: approx Maire. HEX triplet: 35, 2F and 16. RGB value is (53,47,22). Sum of RGB (Red+Green+Blue) = 53+47+22=122 (16% of max value = 765). Red value is 53 (21.09% from 255 or 43.44% from 122); Green value is 47 (18.75% from 255 or 38.52% from 122); Blue value is 22 (8.98% from 255 or 18.03% from 122); Max value from RGB is 53 - color contains mainly: red. Hex color #352F16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352F16 is #CAD0E9. Grayscale: #2E2E2E. Windows color (decimal): -13291754 or 1453877. OLE color: 1453877.

HSL color Cylindrical-coordinate representation of color #352F16: hue angle of 48.39º 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 #352F16 is Cyan = 0, Magento = 0.11, Yellow = 0.58 and Black (K on CMYK) = 0.79.

Color convert

RGB534722-
CMYK00.110.580.79
HSL48.39º41.33%14.71%-
HSV(B)48.39º58.49%20.78%-
XYZ2.632.851.17-
YUV45.94114.49133.03-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 43.44%
GREEN value IS 47 (18.75% from 255) = 38.52%
BLUE value IS 22 (8.98% from 255) = 18.03%
R=43.44%
G=38.52%
B=18.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.58
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53472200.110.580.7948.3941.3314.71
Hex352F160B3A4F3029f
Octal65572601372117605117
Binary110101101111101100101111101010011111100001010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352F16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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