#363100

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

Shades of Maire #363100

Tints of Maire #363100

Color information

#363100 (or 0x363100) is unknown color: approx Maire. HEX triplet: 36, 31 and 00. RGB value is (54,49,0). Sum of RGB (Red+Green+Blue) = 54+49+0=103 (13% of max value = 765). Red value is 54 (21.48% from 255 or 52.43% from 103); Green value is 49 (19.53% from 255 or 47.57% from 103); Blue value is 0 (0.39% from 255 or 0% from 103); Max value from RGB is 54 - color contains mainly: red. Hex color #363100 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #363100 is #C9CEFF. Grayscale: #2D2D2D. Windows color (decimal): -13225728 or 12598. OLE color: 12598.

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

Color convert

RGB54490-
CMYK00.0910.79
HSL54.44º100%10.59%-
HSV(B)54.44º100%21.18%-
XYZ2.622.980.44-
YUV44.91102.66134.48-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 52.43%
GREEN value IS 49 (19.53% from 255) = 47.57%
BLUE value IS 0 (0.39% from 255) = 0%
R=52.43%
G=47.57%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 1
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5449000.0910.7954.4410010.59
Hex3631009644F3664b
Octal666100111441176614413
Binary1101101100010010011100100100111111011011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363100; }

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

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

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

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

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

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

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

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