#353111

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

Shades of Maire #353111

Tints of Maire #353111

Color information

#353111 (or 0x353111) is unknown color: approx Maire. HEX triplet: 35, 31 and 11. RGB value is (53,49,17). Sum of RGB (Red+Green+Blue) = 53+49+17=119 (15% of max value = 765). Red value is 53 (21.09% from 255 or 44.54% from 119); Green value is 49 (19.53% from 255 or 41.18% from 119); Blue value is 17 (7.03% from 255 or 14.29% from 119); Max value from RGB is 53 - color contains mainly: red. Hex color #353111 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353111 is #CACEEE. Grayscale: #2E2E2E. Windows color (decimal): -13291247 or 1126709. OLE color: 1126709.

HSL color Cylindrical-coordinate representation of color #353111: hue angle of 53.33º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #353111 is Cyan = 0, Magento = 0.08, Yellow = 0.68 and Black (K on CMYK) = 0.79.

Color convert

RGB534917-
CMYK00.080.680.79
HSL53.33º51.43%13.73%-
HSV(B)53.33º67.92%20.78%-
XYZ2.672.990.97-
YUV46.55111.33132.6-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 44.54%
GREEN value IS 49 (19.53% from 255) = 41.18%
BLUE value IS 17 (7.03% from 255) = 14.29%
R=44.54%
G=41.18%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.68
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53491700.080.680.7953.3351.4313.73
Hex35311108444F3533e
Octal656121010104117656316
Binary1101011100011000101000100010010011111101011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353111; }

 p { color: rgb(53,49,17); }

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

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

 a { background-color: rgb(53,49,17); }

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

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

 span { border-color: rgb(53,49,17); }

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