#352D07

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

Shades of Maire #352D07

Tints of Maire #352D07

Color information

#352D07 (or 0x352D07) is unknown color: approx Maire. HEX triplet: 35, 2D and 07. RGB value is (53,45,7). Sum of RGB (Red+Green+Blue) = 53+45+7=105 (13% of max value = 765). Red value is 53 (21.09% from 255 or 50.48% from 105); Green value is 45 (17.97% from 255 or 42.86% from 105); Blue value is 7 (3.12% from 255 or 6.67% from 105); Max value from RGB is 53 - color contains mainly: red. Hex color #352D07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352D07 is #CAD2F8. Grayscale: #2B2B2B. Windows color (decimal): -13292281 or 470325. OLE color: 470325.

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

Color convert

RGB53457-
CMYK00.150.870.79
HSL49.57º76.67%11.76%-
HSV(B)49.57º86.79%20.78%-
XYZ2.442.650.58-
YUV43.06107.65135.09-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 50.48%
GREEN value IS 45 (17.97% from 255) = 42.86%
BLUE value IS 7 (3.12% from 255) = 6.67%
R=50.48%
G=42.86%
B=6.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.87
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5345700.150.870.7949.5776.6711.76
Hex352D70F574F324dc
Octal655570171271176211514
Binary110101101101111011111010111100111111001010011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352D07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,45,7); }

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

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

 a { background-color: rgb(53,45,7); }

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

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

 span { border-color: rgb(53,45,7); }

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