#353216

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

Shades of Maire #353216

Tints of Maire #353216

Color information

#353216 (or 0x353216) is unknown color: approx Maire. HEX triplet: 35, 32 and 16. RGB value is (53,50,22). Sum of RGB (Red+Green+Blue) = 53+50+22=125 (16% of max value = 765). Red value is 53 (21.09% from 255 or 42.4% from 125); Green value is 50 (19.92% from 255 or 40% from 125); Blue value is 22 (8.98% from 255 or 17.6% from 125); Max value from RGB is 53 - color contains mainly: red. Hex color #353216 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353216 is #CACDE9. Grayscale: #2F2F2F. Windows color (decimal): -13290986 or 1454645. OLE color: 1454645.

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

Color convert

RGB535022-
CMYK00.060.580.79
HSL54.19º41.33%14.71%-
HSV(B)54.19º58.49%20.78%-
XYZ2.753.11.21-
YUV47.7113.49131.78-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 42.4%
GREEN value IS 50 (19.92% from 255) = 40%
BLUE value IS 22 (8.98% from 255) = 17.6%
R=42.4%
G=40%
B=17.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.58
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53502200.060.580.7954.1941.3314.71
Hex353216063A4F3629f
Octal6562260672117665117
Binary11010111001010110011011101010011111101101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353216; }

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

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

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

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

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

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

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

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