#352C0D

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

Shades of Maire #352C0D

Tints of Maire #352C0D

Color information

#352C0D (or 0x352C0D) is unknown color: approx Maire. HEX triplet: 35, 2C and 0D. RGB value is (53,44,13). Sum of RGB (Red+Green+Blue) = 53+44+13=110 (14% of max value = 765). Red value is 53 (21.09% from 255 or 48.18% from 110); Green value is 44 (17.58% from 255 or 40% from 110); Blue value is 13 (5.47% from 255 or 11.82% from 110); Max value from RGB is 53 - color contains mainly: red. Hex color #352C0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352C0D is #CAD3F2. Grayscale: #2B2B2B. Windows color (decimal): -13292531 or 863285. OLE color: 863285.

HSL color Cylindrical-coordinate representation of color #352C0D: hue angle of 46.5º degrees, saturation: 0.61, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #352C0D is Cyan = 0, Magento = 0.17, Yellow = 0.75 and Black (K on CMYK) = 0.79.

Color convert

RGB534413-
CMYK00.170.750.79
HSL46.5º60.61%12.94%-
HSV(B)46.5º75.47%20.78%-
XYZ2.442.590.75-
YUV43.16110.98135.02-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 48.18%
GREEN value IS 44 (17.58% from 255) = 40%
BLUE value IS 13 (5.47% from 255) = 11.82%
R=48.18%
G=40%
B=11.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.75
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53441300.170.750.7946.560.6112.94
Hex352CD0114B4F2e3dd
Octal655415021113117567515
Binary1101011011001101010001100101110011111011101111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352C0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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