#352E12

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

Shades of Maire #352E12

Tints of Maire #352E12

Color information

#352E12 (or 0x352E12) is unknown color: approx Maire. HEX triplet: 35, 2E and 12. RGB value is (53,46,18). Sum of RGB (Red+Green+Blue) = 53+46+18=117 (15% of max value = 765). Red value is 53 (21.09% from 255 or 45.30% from 117); Green value is 46 (18.36% from 255 or 39.32% from 117); Blue value is 18 (7.42% from 255 or 15.38% from 117); Max value from RGB is 53 - color contains mainly: red. Hex color #352E12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352E12 is #CAD1ED. Grayscale: #2D2D2D. Windows color (decimal): -13292014 or 1191477. OLE color: 1191477.

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

Color convert

RGB534618-
CMYK00.130.660.79
HSL48º49.3%13.92%-
HSV(B)48º66.04%20.78%-
XYZ2.552.750.97-
YUV44.9112.82133.78-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 45.30%
GREEN value IS 46 (18.36% from 255) = 39.32%
BLUE value IS 18 (7.42% from 255) = 15.38%
R=45.30%
G=39.32%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.66
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53461800.130.660.794849.313.92
Hex352E120D424F3031e
Octal655622015102117606116
Binary1101011011101001001101100001010011111100001100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352E12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,46,18); }

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

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

 a { background-color: rgb(53,46,18); }

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

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

 span { border-color: rgb(53,46,18); }

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