#363116

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

Shades of Maire #363116

Tints of Maire #363116

Color information

#363116 (or 0x363116) is unknown color: approx Maire. HEX triplet: 36, 31 and 16. RGB value is (54,49,22). Sum of RGB (Red+Green+Blue) = 54+49+22=125 (16% of max value = 765). Red value is 54 (21.48% from 255 or 43.2% from 125); Green value is 49 (19.53% from 255 or 39.2% from 125); Blue value is 22 (8.98% from 255 or 17.6% from 125); Max value from RGB is 54 - color contains mainly: red. Hex color #363116 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #363116 is #C9CEE9. Grayscale: #2F2F2F. Windows color (decimal): -13225706 or 1454390. OLE color: 1454390.

HSL color Cylindrical-coordinate representation of color #363116: hue angle of 50.62º 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 #363116 is Cyan = 0, Magento = 0.09, Yellow = 0.59 and Black (K on CMYK) = 0.79.

Color convert

RGB544922-
CMYK00.090.590.79
HSL50.62º42.11%14.9%-
HSV(B)50.62º59.26%21.18%-
XYZ2.763.041.2-
YUV47.42113.66132.7-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 43.2%
GREEN value IS 49 (19.53% from 255) = 39.2%
BLUE value IS 22 (8.98% from 255) = 17.6%
R=43.2%
G=39.2%
B=17.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.59
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54492200.090.590.7950.6242.1114.9
Hex363116093B4F332af
Octal66612601173117635217
Binary110110110001101100100111101110011111100111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363116; }

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

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

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

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

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

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

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

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