#393405

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

Shades of Maire #393405

Tints of Maire #393405

Color information

#393405 (or 0x393405) is unknown color: approx Maire. HEX triplet: 39, 34 and 05. RGB value is (57,52,5). Sum of RGB (Red+Green+Blue) = 57+52+5=114 (15% of max value = 765). Red value is 57 (22.66% from 255 or 50% from 114); Green value is 52 (20.70% from 255 or 45.61% from 114); Blue value is 5 (2.34% from 255 or 4.39% from 114); Max value from RGB is 57 - color contains mainly: red. Hex color #393405 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #393405 is #C6CBFA. Grayscale: #303030. Windows color (decimal): -13028347 or 341049. OLE color: 341049.

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

Color convert

RGB57525-
CMYK00.090.910.78
HSL54.23º83.87%12.16%-
HSV(B)54.23º91.23%22.35%-
XYZ2.943.340.63-
YUV48.14103.66134.32-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 50%
GREEN value IS 52 (20.70% from 255) = 45.61%
BLUE value IS 5 (2.34% from 255) = 4.39%
R=50%
G=45.61%
B=4.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.91
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5752500.090.910.7854.2383.8712.16
Hex39345095B4E3654c
Octal716450111331166612414
Binary111001110100101010011011011100111011011010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393405; }

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

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

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

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

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

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

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

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