#393411

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

Shades of Maire #393411

Tints of Maire #393411

Color information

#393411 (or 0x393411) is unknown color: approx Maire. HEX triplet: 39, 34 and 11. RGB value is (57,52,17). Sum of RGB (Red+Green+Blue) = 57+52+17=126 (16% of max value = 765). Red value is 57 (22.66% from 255 or 45.24% from 126); Green value is 52 (20.70% from 255 or 41.27% from 126); Blue value is 17 (7.03% from 255 or 13.49% from 126); Max value from RGB is 57 - color contains mainly: red. Hex color #393411 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #393411 is #C6CBEE. Grayscale: #313131. Windows color (decimal): -13028335 or 1127481. OLE color: 1127481.

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

Color convert

RGB575217-
CMYK00.090.700.78
HSL52.5º54.05%14.51%-
HSV(B)52.5º70.18%22.35%-
XYZ3.023.371.02-
YUV49.5109.66133.35-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 45.24%
GREEN value IS 52 (20.70% from 255) = 41.27%
BLUE value IS 17 (7.03% from 255) = 13.49%
R=45.24%
G=41.27%
B=13.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.70
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57521700.090.700.7852.554.0514.51
Hex39341109464E3436f
Octal716421011106116646617
Binary1110011101001000101001100011010011101101001101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393411; }

 p { color: rgb(57,52,17); }

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

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

 a { background-color: rgb(57,52,17); }

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

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

 span { border-color: rgb(57,52,17); }

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