#363004

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

Shades of Maire #363004

Tints of Maire #363004

Color information

#363004 (or 0x363004) is unknown color: approx Maire. HEX triplet: 36, 30 and 04. RGB value is (54,48,4). Sum of RGB (Red+Green+Blue) = 54+48+4=106 (14% of max value = 765). Red value is 54 (21.48% from 255 or 50.94% from 106); Green value is 48 (19.14% from 255 or 45.28% from 106); Blue value is 4 (1.95% from 255 or 3.77% from 106); Max value from RGB is 54 - color contains mainly: red. Hex color #363004 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #363004 is #C9CFFB. Grayscale: #2C2C2C. Windows color (decimal): -13225980 or 274486. OLE color: 274486.

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

Color convert

RGB54484-
CMYK00.110.930.79
HSL52.8º86.21%11.37%-
HSV(B)52.8º92.59%21.18%-
XYZ2.62.910.54-
YUV44.78104.99134.58-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 50.94%
GREEN value IS 48 (19.14% from 255) = 45.28%
BLUE value IS 4 (1.95% from 255) = 3.77%
R=50.94%
G=45.28%
B=3.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.93
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5448400.110.930.7952.886.2111.37
Hex363040B5D4F3556b
Octal666040131351176512613
Binary110110110000100010111011101100111111010110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363004; }

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

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

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

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

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

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

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

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