#363011

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

Shades of Maire #363011

Tints of Maire #363011

Color information

#363011 (or 0x363011) is unknown color: approx Maire. HEX triplet: 36, 30 and 11. RGB value is (54,48,17). Sum of RGB (Red+Green+Blue) = 54+48+17=119 (15% of max value = 765). Red value is 54 (21.48% from 255 or 45.38% from 119); Green value is 48 (19.14% from 255 or 40.34% from 119); Blue value is 17 (7.03% from 255 or 14.29% from 119); Max value from RGB is 54 - color contains mainly: red. Hex color #363011 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #363011 is #C9CFEE. Grayscale: #2E2E2E. Windows color (decimal): -13225967 or 1126454. OLE color: 1126454.

HSL color Cylindrical-coordinate representation of color #363011: hue angle of 50.27º degrees, saturation: 0.52, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #363011 is Cyan = 0, Magento = 0.11, Yellow = 0.69 and Black (K on CMYK) = 0.79.

Color convert

RGB544817-
CMYK00.110.690.79
HSL50.27º52.11%13.92%-
HSV(B)50.27º68.52%21.18%-
XYZ2.682.940.96-
YUV46.26111.49133.52-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 45.38%
GREEN value IS 48 (19.14% from 255) = 40.34%
BLUE value IS 17 (7.03% from 255) = 14.29%
R=45.38%
G=40.34%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.69
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54481700.110.690.7950.2752.1113.92
Hex3630110B454F3234e
Octal666021013105117626416
Binary1101101100001000101011100010110011111100101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363011; }

 p { color: rgb(54,48,17); }

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

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

 a { background-color: rgb(54,48,17); }

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

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

 span { border-color: rgb(54,48,17); }

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