#363215

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

Shades of Maire #363215

Tints of Maire #363215

Color information

#363215 (or 0x363215) is unknown color: approx Maire. HEX triplet: 36, 32 and 15. RGB value is (54,50,21). Sum of RGB (Red+Green+Blue) = 54+50+21=125 (16% of max value = 765). Red value is 54 (21.48% from 255 or 43.2% from 125); Green value is 50 (19.92% from 255 or 40% from 125); Blue value is 21 (8.59% from 255 or 16.8% from 125); Max value from RGB is 54 - color contains mainly: red. Hex color #363215 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #363215 is #C9CDEA. Grayscale: #303030. Windows color (decimal): -13225451 or 1389110. OLE color: 1389110.

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

Color convert

RGB545021-
CMYK00.070.610.79
HSL52.73º44%14.71%-
HSV(B)52.73º61.11%21.18%-
XYZ2.83.121.16-
YUV47.89112.83132.36-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 43.2%
GREEN value IS 50 (19.92% from 255) = 40%
BLUE value IS 21 (8.59% from 255) = 16.8%
R=43.2%
G=40%
B=16.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.61
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54502100.070.610.7952.734414.71
Hex363215073D4F352cf
Octal6662250775117655417
Binary11011011001010101011111110110011111101011011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363215; }

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

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

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

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

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

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

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

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