#353207

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

Shades of Maire #353207

Tints of Maire #353207

Color information

#353207 (or 0x353207) is unknown color: approx Maire. HEX triplet: 35, 32 and 07. RGB value is (53,50,7). Sum of RGB (Red+Green+Blue) = 53+50+7=110 (14% of max value = 765). Red value is 53 (21.09% from 255 or 48.18% from 110); Green value is 50 (19.92% from 255 or 45.45% from 110); Blue value is 7 (3.12% from 255 or 6.36% from 110); Max value from RGB is 53 - color contains mainly: red. Hex color #353207 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353207 is #CACDF8. Grayscale: #2E2E2E. Windows color (decimal): -13291001 or 471605. OLE color: 471605.

HSL color Cylindrical-coordinate representation of color #353207: hue angle of 56.09º 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 #353207 is Cyan = 0, Magento = 0.06, Yellow = 0.87 and Black (K on CMYK) = 0.79.

Color convert

RGB53507-
CMYK00.060.870.79
HSL56.09º76.67%11.76%-
HSV(B)56.09º86.79%20.78%-
XYZ2.653.050.65-
YUV46105.99133-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 48.18%
GREEN value IS 50 (19.92% from 255) = 45.45%
BLUE value IS 7 (3.12% from 255) = 6.36%
R=48.18%
G=45.45%
B=6.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.87
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5350700.060.870.7956.0976.6711.76
Hex3532706574F384dc
Octal65627061271177011514
Binary11010111001011101101010111100111111100010011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353207; }

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

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

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

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

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

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

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

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