#393209

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

Shades of Maire #393209

Tints of Maire #393209

Color information

#393209 (or 0x393209) is unknown color: approx Maire. HEX triplet: 39, 32 and 09. RGB value is (57,50,9). Sum of RGB (Red+Green+Blue) = 57+50+9=116 (15% of max value = 765). Red value is 57 (22.66% from 255 or 49.14% from 116); Green value is 50 (19.92% from 255 or 43.10% from 116); Blue value is 9 (3.91% from 255 or 7.76% from 116); Max value from RGB is 57 - color contains mainly: red. Hex color #393209 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #393209 is #C6CDF6. Grayscale: #2F2F2F. Windows color (decimal): -13028855 or 602681. OLE color: 602681.

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

Color convert

RGB57509-
CMYK00.120.840.78
HSL51.25º72.73%12.94%-
HSV(B)51.25º84.21%22.35%-
XYZ2.883.170.72-
YUV47.42106.32134.83-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 49.14%
GREEN value IS 50 (19.92% from 255) = 43.10%
BLUE value IS 9 (3.91% from 255) = 7.76%
R=49.14%
G=43.10%
B=7.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.84
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5750900.120.840.7851.2572.7312.94
Hex393290C544E3349d
Octal7162110141241166311115
Binary1110011100101001011001010100100111011001110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393209; }

 p { color: rgb(57,50,9); }

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

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

 a { background-color: rgb(57,50,9); }

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

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

 span { border-color: rgb(57,50,9); }

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