#363216

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

Shades of Maire #363216

Tints of Maire #363216

Color information

#363216 (or 0x363216) is unknown color: approx Maire. HEX triplet: 36, 32 and 16. RGB value is (54,50,22). Sum of RGB (Red+Green+Blue) = 54+50+22=126 (16% of max value = 765). Red value is 54 (21.48% from 255 or 42.86% from 126); Green value is 50 (19.92% from 255 or 39.68% from 126); Blue value is 22 (8.98% from 255 or 17.46% from 126); Max value from RGB is 54 - color contains mainly: red. Hex color #363216 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #363216 is #C9CDE9. Grayscale: #303030. Windows color (decimal): -13225450 or 1454646. OLE color: 1454646.

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

Color convert

RGB545022-
CMYK00.070.590.79
HSL52.5º42.11%14.9%-
HSV(B)52.5º59.26%21.18%-
XYZ2.813.121.21-
YUV48113.33132.28-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 42.86%
GREEN value IS 50 (19.92% from 255) = 39.68%
BLUE value IS 22 (8.98% from 255) = 17.46%
R=42.86%
G=39.68%
B=17.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.59
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54502200.070.590.7952.542.1114.9
Hex363216073B4F342af
Octal6662260773117645217
Binary11011011001010110011111101110011111101001010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363216; }

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

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

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

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

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

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

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

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