#352F0A

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

Shades of Maire #352F0A

Tints of Maire #352F0A

Color information

#352F0A (or 0x352F0A) is unknown color: approx Maire. HEX triplet: 35, 2F and 0A. RGB value is (53,47,10). Sum of RGB (Red+Green+Blue) = 53+47+10=110 (14% of max value = 765). Red value is 53 (21.09% from 255 or 48.18% from 110); Green value is 47 (18.75% from 255 or 42.73% from 110); Blue value is 10 (4.30% from 255 or 9.09% from 110); Max value from RGB is 53 - color contains mainly: red. Hex color #352F0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352F0A is #CAD0F5. Grayscale: #2C2C2C. Windows color (decimal): -13291766 or 667445. OLE color: 667445.

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

Color convert

RGB534710-
CMYK00.110.810.79
HSL51.63º68.25%12.35%-
HSV(B)51.63º81.13%20.78%-
XYZ2.542.810.7-
YUV44.58108.49134.01-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 48.18%
GREEN value IS 47 (18.75% from 255) = 42.73%
BLUE value IS 10 (4.30% from 255) = 9.09%
R=48.18%
G=42.73%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.81
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53471000.110.810.7951.6368.2512.35
Hex352FA0B514F3444c
Octal6557120131211176410414
Binary1101011011111010010111010001100111111010010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352F0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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