#352F0C

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

Shades of Maire #352F0C

Tints of Maire #352F0C

Color information

#352F0C (or 0x352F0C) is unknown color: approx Maire. HEX triplet: 35, 2F and 0C. RGB value is (53,47,12). Sum of RGB (Red+Green+Blue) = 53+47+12=112 (14% of max value = 765). Red value is 53 (21.09% from 255 or 47.32% from 112); Green value is 47 (18.75% from 255 or 41.96% from 112); Blue value is 12 (5.08% from 255 or 10.71% from 112); Max value from RGB is 53 - color contains mainly: red. Hex color #352F0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352F0C is #CAD0F3. Grayscale: #2C2C2C. Windows color (decimal): -13291764 or 798517. OLE color: 798517.

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

Color convert

RGB534712-
CMYK00.110.770.79
HSL51.22º63.08%12.75%-
HSV(B)51.22º77.36%20.78%-
XYZ2.552.820.76-
YUV44.8109.49133.85-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 47.32%
GREEN value IS 47 (18.75% from 255) = 41.96%
BLUE value IS 12 (5.08% from 255) = 10.71%
R=47.32%
G=41.96%
B=10.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.77
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53471200.110.770.7951.2263.0812.75
Hex352FC0B4D4F333fd
Octal655714013115117637715
Binary110101101111110001011100110110011111100111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352F0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,47,12); }

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

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

 a { background-color: rgb(53,47,12); }

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

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

 span { border-color: rgb(53,47,12); }

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