#363219

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

Shades of Maire #363219

Tints of Maire #363219

Color information

#363219 (or 0x363219) is unknown color: approx Maire. HEX triplet: 36, 32 and 19. RGB value is (54,50,25). Sum of RGB (Red+Green+Blue) = 54+50+25=129 (17% of max value = 765). Red value is 54 (21.48% from 255 or 41.86% from 129); Green value is 50 (19.92% from 255 or 38.76% from 129); Blue value is 25 (10.16% from 255 or 19.38% from 129); Max value from RGB is 54 - color contains mainly: red. Hex color #363219 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #363219 is #C9CDE6. Grayscale: #303030. Windows color (decimal): -13225447 or 1651254. OLE color: 1651254.

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

Color convert

RGB545025-
CMYK00.070.540.79
HSL51.72º36.71%15.49%-
HSV(B)51.72º53.7%21.18%-
XYZ2.843.141.38-
YUV48.35114.83132.03-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 41.86%
GREEN value IS 50 (19.92% from 255) = 38.76%
BLUE value IS 25 (10.16% from 255) = 19.38%
R=41.86%
G=38.76%
B=19.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.54
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54502500.070.540.7951.7236.7115.49
Hex36321907364F3425f
Octal6662310766117644517
Binary11011011001011001011111011010011111101001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363219; }

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

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

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

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

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

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

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

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