#363218

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

Shades of Maire #363218

Tints of Maire #363218

Color information

#363218 (or 0x363218) is unknown color: approx Maire. HEX triplet: 36, 32 and 18. RGB value is (54,50,24). Sum of RGB (Red+Green+Blue) = 54+50+24=128 (16% of max value = 765). Red value is 54 (21.48% from 255 or 42.19% from 128); Green value is 50 (19.92% from 255 or 39.06% from 128); Blue value is 24 (9.77% from 255 or 18.75% from 128); Max value from RGB is 54 - color contains mainly: red. Hex color #363218 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #363218 is #C9CDE7. Grayscale: #303030. Windows color (decimal): -13225448 or 1585718. OLE color: 1585718.

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

Color convert

RGB545024-
CMYK00.070.560.79
HSL52º38.46%15.29%-
HSV(B)52º55.56%21.18%-
XYZ2.833.131.32-
YUV48.23114.33132.11-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 42.19%
GREEN value IS 50 (19.92% from 255) = 39.06%
BLUE value IS 24 (9.77% from 255) = 18.75%
R=42.19%
G=39.06%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.56
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54502400.070.560.795238.4615.29
Hex36321807384F3426f
Octal6662300770117644617
Binary11011011001011000011111100010011111101001001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363218; }

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

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

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

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

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

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

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

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