#363110

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

Shades of Maire #363110

Tints of Maire #363110

Color information

#363110 (or 0x363110) is unknown color: approx Maire. HEX triplet: 36, 31 and 10. RGB value is (54,49,16). Sum of RGB (Red+Green+Blue) = 54+49+16=119 (15% of max value = 765). Red value is 54 (21.48% from 255 or 45.38% from 119); Green value is 49 (19.53% from 255 or 41.18% from 119); Blue value is 16 (6.64% from 255 or 13.45% from 119); Max value from RGB is 54 - color contains mainly: red. Hex color #363110 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #363110 is #C9CEEF. Grayscale: #2E2E2E. Windows color (decimal): -13225712 or 1061174. OLE color: 1061174.

HSL color Cylindrical-coordinate representation of color #363110: hue angle of 52.11º degrees, saturation: 0.54, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #363110 is Cyan = 0, Magento = 0.09, Yellow = 0.70 and Black (K on CMYK) = 0.79.

Color convert

RGB544916-
CMYK00.090.700.79
HSL52.11º54.29%13.73%-
HSV(B)52.11º70.37%21.18%-
XYZ2.713.020.93-
YUV46.73110.66133.18-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 45.38%
GREEN value IS 49 (19.53% from 255) = 41.18%
BLUE value IS 16 (6.64% from 255) = 13.45%
R=45.38%
G=41.18%
B=13.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.70
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54491600.090.700.7952.1154.2913.73
Hex36311009464F3436e
Octal666120011106117646616
Binary1101101100011000001001100011010011111101001101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363110; }

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

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

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

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

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

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

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

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