#352C09

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

Shades of Maire #352C09

Tints of Maire #352C09

Color information

#352C09 (or 0x352C09) is unknown color: approx Maire. HEX triplet: 35, 2C and 09. RGB value is (53,44,9). Sum of RGB (Red+Green+Blue) = 53+44+9=106 (14% of max value = 765). Red value is 53 (21.09% from 255 or 50% from 106); Green value is 44 (17.58% from 255 or 41.51% from 106); Blue value is 9 (3.91% from 255 or 8.49% from 106); Max value from RGB is 53 - color contains mainly: red. Hex color #352C09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352C09 is #CAD3F6. Grayscale: #2A2A2A. Windows color (decimal): -13292535 or 601141. OLE color: 601141.

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

Color convert

RGB53449-
CMYK00.170.830.79
HSL47.73º70.97%12.16%-
HSV(B)47.73º83.02%20.78%-
XYZ2.422.580.63-
YUV42.7108.98135.35-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 50%
GREEN value IS 44 (17.58% from 255) = 41.51%
BLUE value IS 9 (3.91% from 255) = 8.49%
R=50%
G=41.51%
B=8.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.83
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5344900.170.830.7947.7370.9712.16
Hex352C9011534F3047c
Octal6554110211231176010714
Binary11010110110010010100011010011100111111000010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352C09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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