#353109

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

Shades of Maire #353109

Tints of Maire #353109

Color information

#353109 (or 0x353109) is unknown color: approx Maire. HEX triplet: 35, 31 and 09. RGB value is (53,49,9). Sum of RGB (Red+Green+Blue) = 53+49+9=111 (14% of max value = 765). Red value is 53 (21.09% from 255 or 47.75% from 111); Green value is 49 (19.53% from 255 or 44.14% from 111); Blue value is 9 (3.91% from 255 or 8.11% from 111); Max value from RGB is 53 - color contains mainly: red. Hex color #353109 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353109 is #CACEF6. Grayscale: #2D2D2D. Windows color (decimal): -13291255 or 602421. OLE color: 602421.

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

Color convert

RGB53499-
CMYK00.080.830.79
HSL54.55º70.97%12.16%-
HSV(B)54.55º83.02%20.78%-
XYZ2.622.970.69-
YUV45.64107.33133.25-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 47.75%
GREEN value IS 49 (19.53% from 255) = 44.14%
BLUE value IS 9 (3.91% from 255) = 8.11%
R=47.75%
G=44.14%
B=8.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.83
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5349900.080.830.7954.5570.9712.16
Hex3531908534F3747c
Octal6561110101231176710714
Binary1101011100011001010001010011100111111011110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353109

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353109; }

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

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

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

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

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

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

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

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