#393104

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

Shades of Maire #393104

Tints of Maire #393104

Color information

#393104 (or 0x393104) is unknown color: approx Maire. HEX triplet: 39, 31 and 04. RGB value is (57,49,4). Sum of RGB (Red+Green+Blue) = 57+49+4=110 (14% of max value = 765). Red value is 57 (22.66% from 255 or 51.82% from 110); Green value is 49 (19.53% from 255 or 44.55% from 110); Blue value is 4 (1.95% from 255 or 3.64% from 110); Max value from RGB is 57 - color contains mainly: red. Hex color #393104 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #393104 is #C6CEFB. Grayscale: #2E2E2E. Windows color (decimal): -13029116 or 274745. OLE color: 274745.

HSL color Cylindrical-coordinate representation of color #393104: hue angle of 50.94º degrees, saturation: 0.87, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #393104 is Cyan = 0, Magento = 0.14, Yellow = 0.93 and Black (K on CMYK) = 0.78.

Color convert

RGB57494-
CMYK00.140.930.78
HSL50.94º86.89%11.96%-
HSV(B)50.94º92.98%22.35%-
XYZ2.813.080.56-
YUV46.26104.15135.66-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 51.82%
GREEN value IS 49 (19.53% from 255) = 44.55%
BLUE value IS 4 (1.95% from 255) = 3.64%
R=51.82%
G=44.55%
B=3.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.93
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5749400.140.930.7850.9486.8911.96
Hex393140E5D4E3357c
Octal716140161351166312714
Binary111001110001100011101011101100111011001110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393104; }

 p { color: rgb(57,49,4); }

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

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

 a { background-color: rgb(57,49,4); }

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

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

 span { border-color: rgb(57,49,4); }

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