#363114

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

Shades of Maire #363114

Tints of Maire #363114

Color information

#363114 (or 0x363114) is unknown color: approx Maire. HEX triplet: 36, 31 and 14. RGB value is (54,49,20). Sum of RGB (Red+Green+Blue) = 54+49+20=123 (16% of max value = 765). Red value is 54 (21.48% from 255 or 43.90% from 123); Green value is 49 (19.53% from 255 or 39.84% from 123); Blue value is 20 (8.20% from 255 or 16.26% from 123); Max value from RGB is 54 - color contains mainly: red. Hex color #363114 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #363114 is #C9CEEB. Grayscale: #2F2F2F. Windows color (decimal): -13225708 or 1323318. OLE color: 1323318.

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

Color convert

RGB544920-
CMYK00.090.630.79
HSL51.18º45.95%14.51%-
HSV(B)51.18º62.96%21.18%-
XYZ2.753.031.1-
YUV47.19112.66132.86-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 43.90%
GREEN value IS 49 (19.53% from 255) = 39.84%
BLUE value IS 20 (8.20% from 255) = 16.26%
R=43.90%
G=39.84%
B=16.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.63
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54492000.090.630.7951.1845.9514.51
Hex363114093F4F332ef
Octal66612401177117635617
Binary110110110001101000100111111110011111100111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363114; }

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

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

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

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

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

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

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

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