#353209

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

Shades of Maire #353209

Tints of Maire #353209

Color information

#353209 (or 0x353209) is unknown color: approx Maire. HEX triplet: 35, 32 and 09. RGB value is (53,50,9). Sum of RGB (Red+Green+Blue) = 53+50+9=112 (14% of max value = 765). Red value is 53 (21.09% from 255 or 47.32% from 112); Green value is 50 (19.92% from 255 or 44.64% from 112); Blue value is 9 (3.91% from 255 or 8.04% from 112); Max value from RGB is 53 - color contains mainly: red. Hex color #353209 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353209 is #CACDF6. Grayscale: #2E2E2E. Windows color (decimal): -13290999 or 602677. OLE color: 602677.

HSL color Cylindrical-coordinate representation of color #353209: hue angle of 55.91º 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 #353209 is Cyan = 0, Magento = 0.06, Yellow = 0.83 and Black (K on CMYK) = 0.79.

Color convert

RGB53509-
CMYK00.060.830.79
HSL55.91º70.97%12.16%-
HSV(B)55.91º83.02%20.78%-
XYZ2.663.060.71-
YUV46.22106.99132.83-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 47.32%
GREEN value IS 50 (19.92% from 255) = 44.64%
BLUE value IS 9 (3.91% from 255) = 8.04%
R=47.32%
G=44.64%
B=8.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.83
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5350900.060.830.7955.9170.9712.16
Hex3532906534F3847c
Octal656211061231177010714
Binary110101110010100101101010011100111111100010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353209; }

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

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

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

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

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

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

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

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