#353204

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

Shades of Maire #353204

Tints of Maire #353204

Color information

#353204 (or 0x353204) is unknown color: approx Maire. HEX triplet: 35, 32 and 04. RGB value is (53,50,4). Sum of RGB (Red+Green+Blue) = 53+50+4=107 (14% of max value = 765). Red value is 53 (21.09% from 255 or 49.53% from 107); Green value is 50 (19.92% from 255 or 46.73% from 107); Blue value is 4 (1.95% from 255 or 3.74% from 107); Max value from RGB is 53 - color contains mainly: red. Hex color #353204 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353204 is #CACDFB. Grayscale: #2D2D2D. Windows color (decimal): -13291004 or 274997. OLE color: 274997.

HSL color Cylindrical-coordinate representation of color #353204: hue angle of 56.33º degrees, saturation: 0.86, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #353204 is Cyan = 0, Magento = 0.06, Yellow = 0.92 and Black (K on CMYK) = 0.79.

Color convert

RGB53504-
CMYK00.060.920.79
HSL56.33º85.96%11.18%-
HSV(B)56.33º92.45%20.78%-
XYZ2.633.050.56-
YUV45.65104.49133.24-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 49.53%
GREEN value IS 50 (19.92% from 255) = 46.73%
BLUE value IS 4 (1.95% from 255) = 3.74%
R=49.53%
G=46.73%
B=3.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.92
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5350400.060.920.7956.3385.9611.18
Hex35324065C4F3856b
Octal65624061341177012613
Binary11010111001010001101011100100111111100010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353204; }

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

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

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

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

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

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

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

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