#353206

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

Shades of Maire #353206

Tints of Maire #353206

Color information

#353206 (or 0x353206) is unknown color: approx Maire. HEX triplet: 35, 32 and 06. RGB value is (53,50,6). Sum of RGB (Red+Green+Blue) = 53+50+6=109 (14% of max value = 765). Red value is 53 (21.09% from 255 or 48.62% from 109); Green value is 50 (19.92% from 255 or 45.87% from 109); Blue value is 6 (2.73% from 255 or 5.50% from 109); Max value from RGB is 53 - color contains mainly: red. Hex color #353206 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353206 is #CACDF9. Grayscale: #2E2E2E. Windows color (decimal): -13291002 or 406069. OLE color: 406069.

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

Color convert

RGB53506-
CMYK00.060.890.79
HSL56.17º79.66%11.57%-
HSV(B)56.17º88.68%20.78%-
XYZ2.643.050.62-
YUV45.88105.49133.08-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 48.62%
GREEN value IS 50 (19.92% from 255) = 45.87%
BLUE value IS 6 (2.73% from 255) = 5.50%
R=48.62%
G=45.87%
B=5.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.89
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5350600.060.890.7956.1779.6611.57
Hex3532606594F3850c
Octal65626061311177012014
Binary11010111001011001101011001100111111100010100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353206; }

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

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

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

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

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

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

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

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