#393305

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

Shades of Maire #393305

Tints of Maire #393305

Color information

#393305 (or 0x393305) is unknown color: approx Maire. HEX triplet: 39, 33 and 05. RGB value is (57,51,5). Sum of RGB (Red+Green+Blue) = 57+51+5=113 (14% of max value = 765). Red value is 57 (22.66% from 255 or 50.44% from 113); Green value is 51 (20.31% from 255 or 45.13% from 113); Blue value is 5 (2.34% from 255 or 4.42% from 113); Max value from RGB is 57 - color contains mainly: red. Hex color #393305 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #393305 is #C6CCFA. Grayscale: #2F2F2F. Windows color (decimal): -13028603 or 340793. OLE color: 340793.

HSL color Cylindrical-coordinate representation of color #393305: hue angle of 53.08º 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 #393305 is Cyan = 0, Magento = 0.11, Yellow = 0.91 and Black (K on CMYK) = 0.78.

Color convert

RGB57515-
CMYK00.110.910.78
HSL53.08º83.87%12.16%-
HSV(B)53.08º91.23%22.35%-
XYZ2.93.250.62-
YUV47.55103.99134.74-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 50.44%
GREEN value IS 51 (20.31% from 255) = 45.13%
BLUE value IS 5 (2.34% from 255) = 4.42%
R=50.44%
G=45.13%
B=4.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.91
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5751500.110.910.7853.0883.8712.16
Hex393350B5B4E3554c
Octal716350131331166512414
Binary111001110011101010111011011100111011010110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393305; }

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

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

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

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

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

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

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

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