#363115

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

Shades of Maire #363115

Tints of Maire #363115

Color information

#363115 (or 0x363115) is unknown color: approx Maire. HEX triplet: 36, 31 and 15. RGB value is (54,49,21). Sum of RGB (Red+Green+Blue) = 54+49+21=124 (16% of max value = 765). Red value is 54 (21.48% from 255 or 43.55% from 124); Green value is 49 (19.53% from 255 or 39.52% from 124); Blue value is 21 (8.59% from 255 or 16.94% from 124); Max value from RGB is 54 - color contains mainly: red. Hex color #363115 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #363115 is #C9CEEA. Grayscale: #2F2F2F. Windows color (decimal): -13225707 or 1388854. OLE color: 1388854.

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

Color convert

RGB544921-
CMYK00.090.610.79
HSL50.91º44%14.71%-
HSV(B)50.91º61.11%21.18%-
XYZ2.753.041.15-
YUV47.3113.16132.78-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 43.55%
GREEN value IS 49 (19.53% from 255) = 39.52%
BLUE value IS 21 (8.59% from 255) = 16.94%
R=43.55%
G=39.52%
B=16.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.61
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54492100.090.610.7950.914414.71
Hex363115093D4F332cf
Octal66612501175117635417
Binary110110110001101010100111110110011111100111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363115; }

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

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

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

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

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

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

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

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