#353205

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

Shades of Maire #353205

Tints of Maire #353205

Color information

#353205 (or 0x353205) is unknown color: approx Maire. HEX triplet: 35, 32 and 05. RGB value is (53,50,5). Sum of RGB (Red+Green+Blue) = 53+50+5=108 (14% of max value = 765). Red value is 53 (21.09% from 255 or 49.07% from 108); Green value is 50 (19.92% from 255 or 46.30% from 108); Blue value is 5 (2.34% from 255 or 4.63% from 108); Max value from RGB is 53 - color contains mainly: red. Hex color #353205 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353205 is #CACDFA. Grayscale: #2D2D2D. Windows color (decimal): -13291003 or 340533. OLE color: 340533.

HSL color Cylindrical-coordinate representation of color #353205: hue angle of 56.25º degrees, saturation: 0.83, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #353205 is Cyan = 0, Magento = 0.06, Yellow = 0.91 and Black (K on CMYK) = 0.79.

Color convert

RGB53505-
CMYK00.060.910.79
HSL56.25º82.76%11.37%-
HSV(B)56.25º90.57%20.78%-
XYZ2.643.050.59-
YUV45.77104.99133.16-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 49.07%
GREEN value IS 50 (19.92% from 255) = 46.30%
BLUE value IS 5 (2.34% from 255) = 4.63%
R=49.07%
G=46.30%
B=4.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.91
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5350500.060.910.7956.2582.7611.37
Hex35325065B4F3853b
Octal65625061331177012313
Binary11010111001010101101011011100111111100010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353205; }

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

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

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

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

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

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

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

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